Files
chandu078 b0590861db Add 'qcom/opensource/securemsm-kernel/' from commit '386c4a7f091751be70d1742ed691995b70a4232f'
git-subtree-dir: qcom/opensource/securemsm-kernel
git-subtree-mainline: 22cf886b44
git-subtree-split: 386c4a7f09
2025-08-03 09:21:41 +05:30

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)