Add support for walleye_kcfi targets.

Bug: 67506682
Test: lunch walleye_kcfi && m -j50
Change-Id: If97a15e03fa3db684d212da0633e6bbec01c2f47
This commit is contained in:
Vishwath Mohan
2017-11-21 14:34:08 -08:00
parent f08d4f61d7
commit 94b472eac0

View File

@@ -90,6 +90,13 @@ BOARD_VENDOR_KERNEL_MODULES += \
device/google/wahoo-kernel/kasan/synaptics_dsx_rmi_dev_htc.ko \
device/google/wahoo-kernel/kasan/synaptics_dsx_fw_update_htc.ko \
device/google/wahoo-kernel/kasan/htc_battery.ko
else ifeq (,$(filter-out walleye_kcfi, $(TARGET_PRODUCT)))
# if TARGET_PRODUCT == *_kcfi
BOARD_VENDOR_KERNEL_MODULES += \
device/google/wahoo-kernel/kcfi/synaptics_dsx_core_htc.ko \
device/google/wahoo-kernel/kcfi/synaptics_dsx_rmi_dev_htc.ko \
device/google/wahoo-kernel/kcfi/synaptics_dsx_fw_update_htc.ko \
device/google/wahoo-kernel/kcfi/htc_battery.ko
else ifeq (,$(filter-out walleye_kernel_debug_memory, $(TARGET_PRODUCT)))
# if TARGET == walleye_kernel_debug_memory
BOARD_VENDOR_KERNEL_MODULES += \