From aa6f47c8e6602b9edcf2a0217fda953a372566fa Mon Sep 17 00:00:00 2001 From: Zhang Ning <832666+zhangn1985@users.noreply.github.com> Date: Sat, 30 Aug 2025 10:33:14 +0800 Subject: [PATCH 1/2] general: meson64 overlays Signed-off-by: retro98boy --- scripts/Makefile.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/Makefile.build b/scripts/Makefile.build index ba71b27aa..2e932d4aa 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),.) -- 2.51.0