mirror of
https://github.com/armbian/build.git
synced 2025-08-09 20:56:57 +02:00
* Remove an aged patch from use #3443 Allwinner-Add-frame-inversion-to-correct-audio-chann.patch * Rename and prepare for the series 5.15 * Split and rename files for sun50i-h616-dtsi * Split and rename files for sunxi overlays * Remove mutually exclusive patches * Add fifty redesigned patches to the series Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Remove fifty-four old patches * Fix compile error * Delete unused ones and sort if possible for megous series * sunxi-5.15: Sort, fix compile warning, remove unused * Rework print log for patching
27 lines
805 B
Diff
27 lines
805 B
Diff
From 5b7add545d77ccf1c6ffc9e0558bc2da432f0c32 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 22/50] 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 813735ca8..c62473b2c 100644
|
|
--- a/scripts/Makefile.lib
|
|
+++ b/scripts/Makefile.lib
|
|
@@ -327,7 +327,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.34.1
|
|
|