mirror of
https://github.com/armbian/build.git
synced 2025-08-09 12:46:58 +02:00
* sunxi-6.1: rebase to v6.1.14, reexport patches megous * sunxi-6.1: rename fixes patches * sunxi-6.1: reexport armbian patches * sunxi-6.1: fix the series.conf file to the current state * sunxi-6.1: switch edge to v6.1.14 * Adjust sunxi to 5.15 / 6.1 / 6.2 - change configs - adjust broken patches - disable patch that only changes /readme.md and it has issues --------- Co-authored-by: Igor Pečovnik <igor@armbian.com>
27 lines
807 B
Diff
27 lines
807 B
Diff
From 5d5a45b17dbbffb62455896ff3f179a4c61203a5 Mon Sep 17 00:00:00 2001
|
|
From: The-going <48602507+The-going@users.noreply.github.com>
|
|
Date: Tue, 1 Feb 2022 21:51:46 +0300
|
|
Subject: [PATCH 111/158] scripts: enable kernel dtbs symbol generation
|
|
|
|
---
|
|
scripts/Makefile.lib | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
|
|
index 02b118ce7..6d394d3c8 100644
|
|
--- a/scripts/Makefile.lib
|
|
+++ b/scripts/Makefile.lib
|
|
@@ -355,7 +355,8 @@ DTC_FLAGS += -Wnode_name_chars_strict \
|
|
-Winterrupt_provider
|
|
endif
|
|
|
|
-DTC_FLAGS += $(DTC_FLAGS_$(basetarget))
|
|
+DTC_FLAGS += $(DTC_FLAGS_$(basetarget)) \
|
|
+ -@
|
|
|
|
# Set -@ if the target is a base DTB that overlay is applied onto
|
|
DTC_FLAGS += $(if $(filter $(patsubst $(obj)/%,%,$@), $(base-dtb-y)), -@)
|
|
--
|
|
2.35.3
|
|
|