summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Tjin <pattjin@google.com>2017-09-22 10:30:34 -0700
committerPat Tjin <pattjin@google.com>2017-10-03 21:39:28 +0000
commit85d4fe9ca8a6535168647d1a6524a4cd144efb69 (patch)
tree77e2bd4c832f7b05a1c9725b8012d49d4132617e
parente5e23c81b90a6865cc05cb50ac752553f2d87ecf (diff)
downloadmuskie-oreo-mr1-dev.tar.gz
Remove walleye_clang targetoreo-mr1-dev
Walleye kernel is clang by default, walleye_clang is deprecated. Bug: 66686376 Change-Id: I0ce1d9a50a303602401b501974fb9f13f2cbb975 Signed-off-by: Patrick Tjin <pattjin@google.com>
-rw-r--r--device-common.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/device-common.mk b/device-common.mk
index 6d8b6de..29df59a 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -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 \