From: Zhao Wei Liew Date: Thu, 10 Nov 2016 12:27:36 +0000 (+0800) Subject: exynos9610: Remove no-op TARGET_KERNEL_ARCH flag X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7cb0cdc901e27a5c44fc80c842dbd7406cc2f1cd;p=GitHub%2FLineageOS%2Fandroid_device_motorola_exynos9610-common.git 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 --- 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