sm8350-common: Steal kernel modules setup from device/google/redbull
Change-Id: Iaf73f9492b3003d5f73ab7aeaf80084bc2c5a4f8
This commit is contained in:
parent
fc371392fe
commit
0607afb434
3 changed files with 98 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ TARGET_KERNEL_SOURCE := kernel/oneplus/sm8350
|
|||
TARGET_KERNEL_CLANG_COMPILE := true
|
||||
TARGET_KERNEL_CONFIG := vendor/lahaina-qgki_defconfig
|
||||
|
||||
# Kernel modules
|
||||
BOARD_VENDOR_KERNEL_MODULES_LOAD := $(strip $(shell cat $(COMMON_PATH)/modules.load))
|
||||
BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(strip $(shell cat $(COMMON_PATH)/modules.load.recovery))
|
||||
|
||||
# Platform
|
||||
BOARD_USES_QCOM_HARDWARE := true
|
||||
TARGET_BOARD_PLATFORM := lahaina
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue