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,12 +0,0 @@
KBUILD_OPTIONS += KBUILD_EXTMOD_DTS=.
all: dtbs
%:
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean