Added directory to kasan ko files.

Change-Id: I9a2f5c972dbc30c48312af8e8a05ece568ba68aa
This commit is contained in:
Siyuan Zhou
2017-06-02 11:01:28 -07:00
parent 1d78b585df
commit 8d3f549111

View File

@@ -38,6 +38,13 @@ BOARD_VENDOR_KERNEL_MODULES += \
device/google/wahoo-kernel/gcc/ftm4.ko \
device/google/wahoo-kernel/gcc/sw49408.ko \
device/google/wahoo-kernel/gcc/lge_battery.ko
else 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 \
device/google/wahoo-kernel/kasan/ftm4.ko \
device/google/wahoo-kernel/kasan/sw49408.ko \
device/google/wahoo-kernel/kasan/lge_battery.ko
else
BOARD_VENDOR_KERNEL_MODULES += \
device/google/wahoo-kernel/touch_core_base.ko \