Add kalama in Build_external_kernelmodule.mk

Add "kalama" to use a new mechansim for building external modules.

Change-Id: Iae3650749c6c8ca3ee6920e194284388012a74ac
Reviewed-on: https://gerrit.mot.com/2234561
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Zhenxin Xi <xizx@motorola.com>
Submit-Approved: Yinjun Chen <a7301c@motorola.com>
This commit is contained in:
Yinjun Chen 2022-04-05 18:46:46 -05:00 committed by chenyt17
parent b762dc4fa4
commit 49922bd0ba

View file

@ -1,6 +1,6 @@
ifeq ($(TARGET_BOARD_PLATFORM),taro) ifeq ($(call is-board-platform-in-list,taro kalama), true)
ifneq (,$(findstring $(LOCAL_MODULE),$(BOARD_VENDOR_KERNEL_MODULES))) ifneq (,$(findstring $(LOCAL_MODULE),$(BOARD_VENDOR_KERNEL_MODULES)))
#Taro is using a new mechanisim to build kernel modules #Taro and beyond are using a new mechanisim to build kernel modules
include device/qcom/common/dlkm/Build_external_kernelmodule.mk include device/qcom/common/dlkm/Build_external_kernelmodule.mk
endif endif
else else
@ -186,4 +186,4 @@ KBUILD_OPTIONS :=
endif endif
endif endif
endif #(findstring gki,$(KERNEL_DEFCONFIG)) endif #(findstring gki,$(KERNEL_DEFCONFIG))
endif #($(TARGET_BOARD_PLATFORM),taro) endif #(is-board-platform-in-list,taro....)