27 lines
744 B
Diff
27 lines
744 B
Diff
From 378c6ea15384a359b4323bffbd343cc4219b1a64 Mon Sep 17 00:00:00 2001
|
|
From: The-going <48602507+The-going@users.noreply.github.com>
|
|
Date: Wed, 2 Feb 2022 13:05:39 +0300
|
|
Subject: [PATCH 26/50] scripts:Makefile.lib Add Overlays for sunxi sunxi64
|
|
|
|
---
|
|
scripts/Makefile.lib | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
|
|
index c62473b2c..95b6d0b4e 100644
|
|
--- a/scripts/Makefile.lib
|
|
+++ b/scripts/Makefile.lib
|
|
@@ -92,6 +92,9 @@ always-y += $(patsubst %.dtb,%.dt.yaml, $(real-dtb-y))
|
|
always-y += $(patsubst %.dtbo,%.dt.yaml, $(real-dtb-y))
|
|
endif
|
|
|
|
+# Overlay targets
|
|
+extra-y += $(dtbo-y) $(scr-y) $(dtbotxt-y)
|
|
+
|
|
# Add subdir path
|
|
|
|
extra-y := $(addprefix $(obj)/,$(extra-y))
|
|
--
|
|
2.34.1
|
|
|