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