git-subtree-dir: qcom/opensource/securemsm-kernel git-subtree-mainline:46e9caf0d0
git-subtree-split:a6005ceed2
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/securemsm-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
12 lines
278 B
Makefile
12 lines
278 B
Makefile
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)
|