mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-30 08:11:58 +00:00
Remove unsupported gcc and kcfi kernel modules code
Change-Id: I96b3d77be88950470f7f9d57b7d8adde9e1a18b0
This commit is contained in:
@@ -27,15 +27,8 @@ BOARD_AVB_ENABLE := true
|
||||
# sepolicy
|
||||
BOARD_SEPOLICY_DIRS += device/google/taimen/sepolicy
|
||||
|
||||
ifeq (,$(filter-out taimen_gcc, $(TARGET_PRODUCT)))
|
||||
# if TARGET_PRODUCT == taimen_gcc
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/gcc/touch_core_base.ko \
|
||||
device/google/wahoo-kernel/gcc/ftm4.ko \
|
||||
device/google/wahoo-kernel/gcc/sw49408.ko \
|
||||
device/google/wahoo-kernel/gcc/lge_battery.ko \
|
||||
device/google/wahoo-kernel/gcc/wlan.ko
|
||||
else ifeq (,$(filter-out taimen_kasan, $(TARGET_PRODUCT)))
|
||||
# Kernel modules
|
||||
ifeq (,$(filter-out taimen_kasan, $(TARGET_PRODUCT)))
|
||||
# if TARGET_PRODUCT == taimen_kasan
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/kasan/touch_core_base.ko \
|
||||
@@ -43,14 +36,6 @@ BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/kasan/sw49408.ko \
|
||||
device/google/wahoo-kernel/kasan/lge_battery.ko \
|
||||
device/google/wahoo-kernel/kasan/wlan.ko
|
||||
else ifeq (,$(filter-out taimen_kcfi, $(TARGET_PRODUCT)))
|
||||
# if TARGET_PRODUCT == taimen_kcfi
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
device/google/wahoo-kernel/kcfi/touch_core_base.ko \
|
||||
device/google/wahoo-kernel/kcfi/ftm4.ko \
|
||||
device/google/wahoo-kernel/kcfi/sw49408.ko \
|
||||
device/google/wahoo-kernel/kcfi/lge_battery.ko \
|
||||
device/google/wahoo-kernel/kcfi/wlan.ko
|
||||
else ifeq (,$(filter-out taimen_kernel_debug_memory, $(TARGET_PRODUCT)))
|
||||
# if TARGET == taimen_kernel_debug_memory
|
||||
BOARD_VENDOR_KERNEL_MODULES += \
|
||||
|
||||
Reference in New Issue
Block a user