Files
chandu078 4b4153b0f5 Add 'qcom/opensource/dsp-kernel/' from commit '89391286fb7b0a5e53599eeb3588e174080459f9'
git-subtree-dir: qcom/opensource/dsp-kernel
git-subtree-mainline: 0ced3dc6c6
git-subtree-split: 89391286fb
2025-08-03 09:13:01 +05:30

15 lines
327 B
Makefile

KBUILD_OPTIONS += DSP_ROOT=$(KERNEL_SRC)/$(M) V=1
all:
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
%:
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
clean:
rm -f *.o *.ko *.mod.c *.mod.o *~ .*.cmd Module.symvers
rm -rf .tmp_versions