marble: Update module paths in BoardConfig.mk to use DEVICE_PATH
This commit is contained in:
@ -77,8 +77,8 @@ BOARD_BOOTCONFIG := \
|
||||
|
||||
# Kernel modules
|
||||
first_stage_modules := $(strip $(shell cat $(TARGET_KERNEL_SOURCE)/modules.list.msm.waipio))
|
||||
second_stage_modules := $(strip $(shell cat $(COMMON_PATH)/modules.list.second_stage))
|
||||
vendor_dlkm_exclusive_modules := $(strip $(shell cat $(COMMON_PATH)/modules.list.vendor_dlkm))
|
||||
second_stage_modules := $(strip $(shell cat $(DEVICE_PATH)/modules.list.second_stage))
|
||||
vendor_dlkm_exclusive_modules := $(strip $(shell cat $(DEVICE_PATH)/modules.list.vendor_dlkm))
|
||||
|
||||
BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD += $(first_stage_modules)
|
||||
BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD += $(first_stage_modules) $(second_stage_modules)
|
||||
|
Reference in New Issue
Block a user