Files
chandu078 d1508c2d2f Add 'qcom/fingerprint/' from commit '29e3d0f7adc88e4a928c7717788ecd566992fd77'
git-subtree-dir: qcom/fingerprint
git-subtree-mainline: 585406c289
git-subtree-split: 29e3d0f7ad
2025-08-03 14:43:58 +05:30

10 lines
152 B
Makefile

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