Files
build/patch/kernel/archive/sunxi-6.1/patches.armbian/scripts-Makefile.lib-Add-Overlays-for-sunxi-sunxi64.patch
The-going c30a7c0d20 Sunxi 6.1 add armbian patches (#4594)
* sunxi-6.1: add armbian patches

* sunxi-5.15: switch to v5.15.84
2022-12-20 10:36:17 +01:00

27 lines
699 B
Diff

From 1afe562f531098ab7798a7c9f46e2b8ac995d2f1 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] 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 6d394d3c8..ce82ab0b6 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -88,6 +88,9 @@ base-dtb-y := $(foreach m, $(multi-dtb-y), $(firstword $(call suffix-search, $m,
always-y += $(dtb-y)
+# Overlay targets
+extra-y += $(dtbo-y) $(scr-y) $(dtbotxt-y)
+
# Add subdir path
ifneq ($(obj),.)
--
2.35.3