qcom: Build dtbos inline

This commit is contained in:
kmiit
2025-06-12 17:51:43 +08:00
parent a1131dac0f
commit 162770809f
19 changed files with 7 additions and 196 deletions

View File

@@ -1,9 +0,0 @@
KBUILD_OPTIONS+=KBUILD_EXTMOD_DTS=.
all: dtbs
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
%:
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)