From 7cb0cdc901e27a5c44fc80c842dbd7406cc2f1cd Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Thu, 10 Nov 2016 20:27:36 +0800 Subject: [PATCH] exynos9610: Remove no-op TARGET_KERNEL_ARCH flag TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH. Change-Id: If36d5adc3296b76d5efb21da0e196f0b005ae784 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8b064a6..480f386 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -91,7 +91,6 @@ BOARD_HAVE_SLSI_FM := true ## Kernel BOARD_KERNEL_IMAGE_NAME := Image -TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_CLANG_VERSION := r416183b TARGET_KERNEL_CLANG_PATH := $(abspath .)/prebuilts/clang/kernel/$(HOST_PREBUILT_TAG)/clang-$(TARGET_KERNEL_CLANG_VERSION) TARGET_KERNEL_LLVM_BINUTILS := false -- 2.20.1