android_kernel_samsung_sm86.../qcom/opensource/spu-kernel/Kbuild
David Wronek fe7b3b613f Add 'qcom/opensource/spu-kernel/' from commit '0edbf1a122b5f3d26a5bd27f53a1a0b8dbedf360'
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
2024-10-06 16:45:26 +02:00

17 lines
503 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_QCOM_SPSS), m)
include $(SPU_ROOT)/config/gki_spu.conf
LINUXINCLUDE += -include $(SPU_ROOT)/config/gki_spuconf.h
endif
LINUXINCLUDE += -I$(srctree)/../../vendor/qcom/opensource/spu-kernel/include/uapi
obj-$(CONFIG_MSM_SPCOM) += drivers/spcom.o
obj-$(CONFIG_MSM_SPSS_UTILS) += drivers/spss_utils.o
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/spcom.ko
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/spss_utils.ko