sm8750: init kernel modules repo
This commit is contained in:
14
qcom/opensource/dsp-kernel/Makefile
Normal file
14
qcom/opensource/dsp-kernel/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user