From 375003228b4a5fe3cbd9f34300cd163b93791ad3 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 14 Nov 2022 13:11:09 +0200 Subject: [PATCH] sm7325-common: Compile the kernel without GCC Change-Id: I882c0d8600f88c1bb939c7ee247230ec5e70338a --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0d3bdce..9d1312a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -47,6 +47,7 @@ BOARD_KERNEL_SEPARATED_DTBO := true BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) BOARD_RAMDISK_USE_LZ4 := true TARGET_KERNEL_ADDITIONAL_FLAGS := DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc LLVM=1 +TARGET_KERNEL_NO_GCC := true TARGET_KERNEL_SOURCE := kernel/motorola/sm7325 TARGET_KERNEL_CONFIG := vendor/lahaina-qgki_defconfig vendor/lineage_moto-lahaina.config