|
@@ -115,11 +115,11 @@ first_stage_modules := $(strip $(shell cat $(TARGET_KERNEL_SOURCE)/modules.list.
|
|
|
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))
|
|
|
|
|
|
-BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD := $(first_stage_modules)
|
|
|
-BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(first_stage_modules) $(second_stage_modules)
|
|
|
-BOARD_VENDOR_KERNEL_MODULES_LOAD := $(second_stage_modules) $(vendor_dlkm_exclusive_modules)
|
|
|
+BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD += $(first_stage_modules)
|
|
|
+BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD += $(first_stage_modules) $(second_stage_modules)
|
|
|
+BOARD_VENDOR_KERNEL_MODULES_LOAD += $(second_stage_modules) $(vendor_dlkm_exclusive_modules)
|
|
|
|
|
|
-BOOT_KERNEL_MODULES := $(first_stage_modules) $(second_stage_modules)
|
|
|
+BOOT_KERNEL_MODULES += $(first_stage_modules) $(second_stage_modules)
|
|
|
|
|
|
BOARD_VENDOR_KERNEL_MODULES_BLOCKLIST_FILE := $(TARGET_KERNEL_SOURCE)/modules.vendor_blocklist.msm.waipio
|
|
|
BOARD_VENDOR_RAMDISK_KERNEL_MODULES_BLOCKLIST_FILE := $(BOARD_VENDOR_KERNEL_MODULES_BLOCKLIST_FILE)
|