mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
Add modules.load to set the modules load order
The modules.load file from the kernel build defines the module load order in kernel Makefile order. We can set BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD to the contents of this file. Bug: 152080906 Test: check contents of $OUT/vendor-ramdisk/lib/modules/modules.load Signed-off-by: Chenglu Lin <chenglulin@google.com> Change-Id: I45327c29e29d53fc695611473c01fab4ee87844a
This commit is contained in:
@@ -60,6 +60,8 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD := $(shell xargs < device/google/redfin-kernel/modules.load)
|
||||
|
||||
# DTB
|
||||
ifeq (,$(filter-out redfin_kasan, $(TARGET_PRODUCT)))
|
||||
BOARD_PREBUILT_DTBIMAGE_DIR := device/google/redfin-kernel/kasan
|
||||
|
||||
Reference in New Issue
Block a user