From b10c3c7d83bde8b6b6850981c5668ddf4066dfb6 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Fri, 3 Apr 2020 18:56:35 +0200 Subject: [PATCH] sm6250-common: Set linker to LLD Change-Id: Ia165daa55ff707725b0619af12bf3a2e6e79c981 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7a2fe45..d807c80 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -73,6 +73,7 @@ BOARD_BOOT_HEADER_VERSION := 2 BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION) BOARD_INCLUDE_DTB_IN_BOOTIMG := true +KERNEL_LD := LD=ld.lld TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_CONFIG := cust_defconfig