From c117c2ec850d01bf8d056e3052846645d523bb88 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sun, 8 Jan 2023 22:53:46 +0200 Subject: [PATCH] sm7325-common: remove additional kernel flags LLVM=1 is passed inside BoardConfigKernel.mk, and DTC is passed inside kernel.mk Change-Id: Ie80943cee67ca7447d50d76b59072e7d445bf979 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9d1312a..7be536e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,7 +46,6 @@ BOARD_KERNEL_PAGESIZE := 4096 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