mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Add support for walleye_kcfi targets.
Bug: 67506682 Test: lunch walleye_kcfi && m -j50 Change-Id: If97a15e03fa3db684d212da0633e6bbec01c2f47
This commit is contained in:
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user