git-subtree-dir: qcom/nfc
git-subtree-mainline: 629a5369ba
git-subtree-split: cb15fa6537
This commit is contained in:
kmiit
2025-06-12 16:40:44 +08:00
42 changed files with 1227 additions and 0 deletions

12
qcom/nfc/Makefile Normal file
View File

@@ -0,0 +1,12 @@
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