zeus: Add goodix_fod module
Change-Id: Ie4c0edd4b4e597866a10ae030e6f076b217c8c56
This commit is contained in:
parent
89e2b2a637
commit
c93a847f8e
1 changed files with 5 additions and 4 deletions
|
@ -14,12 +14,13 @@ DEVICE_PATH := device/xiaomi/zeus
|
|||
|
||||
# Kernel
|
||||
device_second_stage_modules := \
|
||||
qcom_pm8008-regulator.ko \
|
||||
fts_touch_spi.ko \
|
||||
aw8697-haptic.ko
|
||||
goodix_fod.ko \
|
||||
qcom_pm8008-regulator.ko \
|
||||
fts_touch_spi.ko \
|
||||
aw8697-haptic.ko
|
||||
|
||||
device_vendor_dlkm_exclusive_modules := \
|
||||
cs35l41_dlkm.ko
|
||||
cs35l41_dlkm.ko
|
||||
|
||||
BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD += $(device_second_stage_modules)
|
||||
BOARD_VENDOR_KERNEL_MODULES_LOAD += $(device_second_stage_modules) $(device_vendor_dlkm_exclusive_modules)
|
||||
|
|
Loading…
Reference in a new issue