mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 19:04:06 +02:00
31 lines
991 B
Diff
31 lines
991 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Ayotte <martinayotte@yahoo.ca>
|
|
Date: Wed, 5 Dec 2018 15:00:44 -0500
|
|
Subject: add overlays framework for rockchip (scripts/Makefile.build only)
|
|
|
|
- rpardini: real overlays are now bare in "overlay" directory and are handled
|
|
directly by the patching scripts. No more null-patching of overlays.
|
|
|
|
Signed-off-by: Werner <werner@armbian.com>
|
|
---
|
|
scripts/Makefile.build | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
|
|
index 111111111111..222222222222 100644
|
|
--- a/scripts/Makefile.build
|
|
+++ b/scripts/Makefile.build
|
|
@@ -107,6 +107,9 @@ always-y += $(hostprogs-always-y) $(hostprogs-always-m)
|
|
userprogs += $(userprogs-always-y) $(userprogs-always-m)
|
|
always-y += $(userprogs-always-y) $(userprogs-always-m)
|
|
|
|
+# Overlay targets
|
|
+extra-y += $(dtbo-y) $(scr-y) $(dtbotxt-y)
|
|
+
|
|
# Add subdir path
|
|
|
|
ifneq ($(obj),.)
|
|
--
|
|
Armbian
|
|
|