sm8750: init kernel modules repo
This commit is contained in:
12
qcom/opensource/securemsm-kernel/Makefile
Normal file
12
qcom/opensource/securemsm-kernel/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
M=$(PWD)
|
||||
SSG_MODULE_ROOT=$(KERNEL_SRC)/$(M)
|
||||
INC=-I/$(M)/linux/*
|
||||
KBUILD_OPTIONS+=SSG_MODULE_ROOT=$(SSG_MODULE_ROOT)
|
||||
|
||||
all: modules
|
||||
|
||||
clean:
|
||||
rm -f *.cmd *.d *.mod *.o *.ko *.mod.c *.mod.o Module.symvers modules.order
|
||||
|
||||
%:
|
||||
$(MAKE) -C $(KERNEL_SRC) M=$(M) $(INC) $@ $(KBUILD_OPTIONS)
|
||||
Reference in New Issue
Block a user