diff options
| author | Abhisek Devkota <ciwrl@lineageos.org> | 2017-12-28 10:22:29 -0800 |
|---|---|---|
| committer | Abhisek Devkota <ciwrl@lineageos.org> | 2018-01-08 23:15:21 -0800 |
| commit | 9b282782cdf89470958b243a4278f8f2cfea7ef5 (patch) | |
| tree | 72be87725d6957130d59124f6bc6d3c2c12113b1 | |
| parent | fa91440403290212659bb4fce893207f7c9c7cde (diff) | |
Build battery and touchscreen modules
Change-Id: I6588c1346f0559e93c96f56d519c62645f32b125
| -rw-r--r-- | device-common.mk | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/device-common.mk b/device-common.mk index 29df59a..9a12e88 100644 --- a/device-common.mk +++ b/device-common.mk @@ -75,29 +75,6 @@ PRODUCT_COPY_FILES += \ include device/google/wahoo/device.mk -# Kernel modules -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 walleye_kasan, $(TARGET_PRODUCT))) -# if TARGET_PRODUCT == *_kasan -BOARD_VENDOR_KERNEL_MODULES += \ - device/google/wahoo-kernel/kasan/synaptics_dsx_core_htc.ko \ - 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 -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 += \ device/google/muskie/nfc/libnfc-nxp.muskie.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf |
