sm8750: init kernel modules repo
This commit is contained in:
6
qcom/opensource/audio-kernel/dsp/Makefile
Normal file
6
qcom/opensource/audio-kernel/dsp/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
modules:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS) VERBOSE=1
|
||||
modules_install:
|
||||
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
|
||||
clean:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean
|
||||
Reference in New Issue
Block a user