
git-subtree-dir: qcom/opensource/spu-kernel git-subtree-mainline:587685c687
git-subtree-split:0edbf1a122
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/spu-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
17 行
384 B
Makefile
17 行
384 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
KBUILD_OPTIONS+= SPU_ROOT=$(KERNEL_SRC)/$(M)
|
|
|
|
all:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)
|
|
|
|
modules_install:
|
|
$(MAKE) INSTALL_MOD_STRIP=1 -C $(KERNEL_SRC) M=$(M) modules_install
|
|
|
|
%:
|
|
$(MAKE) -C $(KERNEL_SRC) M=$(M) $@ $(KBUILD_OPTIONS)
|
|
|
|
clean:
|
|
rm -f *.o *.ko *.mod.c *.mod.o *~ .*.cmd Module.symvers
|
|
rm -rf .tmp_versions
|