android_kernel_samsung_sm86.../qcom/opensource/spu-kernel/spu_driver_board.mk
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

16 lines
426 B
Makefile

SPU_DLKM_ENABLE := true
ifeq ($(TARGET_KERNEL_DLKM_DISABLE), true)
ifeq ($(TARGET_KERNEL_DLKM_SPU_OVERRIDE), false)
SPU_DLKM_ENABLE := false
endif
endif
ifeq ($(SPU_DLKM_ENABLE), true)
ifneq ($(TARGET_BOARD_AUTO),true)
ifeq ($(call is-board-platform-in-list, kalama pineapple niobe),true)
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/spcom.ko \
$(KERNEL_MODULES_OUT)/spss_utils.ko
endif
endif
endif