Files
chandu078 05d3c2a233 Add 'qcom/opensource/fingerprint/' from commit '34657374442183dc8388fbe00464e95af8af9929'
git-subtree-dir: qcom/opensource/fingerprint
git-subtree-mainline: 79150ebf0c
git-subtree-split: 3465737444
2025-08-03 09:15:18 +05:30

13 lines
219 B
Makefile

all:
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
%:
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean