mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 22:40:44 +00:00
Remove walleye_clang target
Walleye kernel is clang by default, walleye_clang is deprecated. Bug: 66686376 Change-Id: I0ce1d9a50a303602401b501974fb9f13f2cbb975 Signed-off-by: Patrick Tjin <pattjin@google.com>
This commit is contained in:
@@ -76,21 +76,14 @@ PRODUCT_COPY_FILES += \
|
||||
include device/google/wahoo/device.mk
|
||||
|
||||
# Kernel modules
|
||||
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)))
|
||||
ifeq (,$(filter-out 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 ifeq (,$(filter-out muskie_kasan walleye_kasan, $(TARGET_PRODUCT)))
|
||||
else ifeq (,$(filter-out walleye_kasan, $(TARGET_PRODUCT)))
|
||||
# if TARGET_PRODUCT == *_kasan
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/kasan/synaptics_dsx_core_htc.ko \
|
||||
|
||||
Reference in New Issue
Block a user