mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 15:51:28 +00:00
Merge "muskie: include correct kernel modules"
This commit is contained in:
committed by
Android (Google) Code Review
commit
62a2798168
@@ -50,18 +50,26 @@ PRODUCT_COPY_FILES += \
|
||||
include device/google/wahoo/device.mk
|
||||
|
||||
# Kernel modules
|
||||
ifeq (,$(filter muskie_clang walleye_clang, $(TARGET_PRODUCT)))
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/synaptics_dsx_core_htc.ko \
|
||||
device/google/wahoo-kernel/synaptics_dsx_rmi_dev_htc.ko \
|
||||
device/google/wahoo-kernel/synaptics_dsx_fw_update_htc.ko \
|
||||
device/google/wahoo-kernel/htc_battery.ko
|
||||
else
|
||||
ifeq (,$(filter-out muskie_clang walleye_clang, $(TARGET_PRODUCT)))
|
||||
# if TARGET_PRODUCT == *_clang
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/clang/synaptics_dsx_core_htc.ko \
|
||||
device/google/wahoo-kernel/clang/synaptics_dsx_rmi_dev_htc.ko \
|
||||
device/google/wahoo-kernel/clang/synaptics_dsx_fw_update_htc.ko \
|
||||
device/google/wahoo-kernel/clang/htc_battery.ko
|
||||
else ifeq (,$(filter-out muskie_gcc walleye_gcc, $(TARGET_PRODUCT)))
|
||||
# if TARGET_PRODUCT == *_gcc
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/gcc/synaptics_dsx_core_htc.ko \
|
||||
device/google/wahoo-kernel/gcc/synaptics_dsx_rmi_dev_htc.ko \
|
||||
device/google/wahoo-kernel/gcc/synaptics_dsx_fw_update_htc.ko \
|
||||
device/google/wahoo-kernel/gcc/htc_battery.ko
|
||||
else
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/synaptics_dsx_core_htc.ko \
|
||||
device/google/wahoo-kernel/synaptics_dsx_rmi_dev_htc.ko \
|
||||
device/google/wahoo-kernel/synaptics_dsx_fw_update_htc.ko \
|
||||
device/google/wahoo-kernel/htc_battery.ko
|
||||
endif
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user