dre: Compile the kernel without GCC

Change-Id: I882c0d8600f88c1bb939c7ee247230ec5e70338a
This commit is contained in:
Michael Bestas 2022-11-14 13:11:09 +02:00 committed by Albert Tang
parent 2a0087a04c
commit 6ee40466e6

View file

@ -116,6 +116,7 @@ BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
BOARD_RAMDISK_USE_LZ4 := true BOARD_RAMDISK_USE_LZ4 := true
TARGET_KERNEL_SOURCE := kernel/oneplus/sm4350 TARGET_KERNEL_SOURCE := kernel/oneplus/sm4350
TARGET_KERNEL_CONFIG := vendor/holi-qgki_defconfig TARGET_KERNEL_CONFIG := vendor/holi-qgki_defconfig
TARGET_KERNEL_NO_GCC := true
# Kernel modules # Kernel modules
BOARD_VENDOR_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/modules.load)) BOARD_VENDOR_KERNEL_MODULES_LOAD := $(strip $(shell cat $(DEVICE_PATH)/modules.load))