projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ddedeb
)
exynos9610: Remove no-op TARGET_KERNEL_ARCH flag
author
Zhao Wei Liew
<zhaoweiliew@gmail.com>
Thu, 10 Nov 2016 12:27:36 +0000
(20:27 +0800)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Fri, 11 Nov 2022 21:52:33 +0000
(22:52 +0100)
TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH.
Change-Id: If36d5adc3296b76d5efb21da0e196f0b005ae784
BoardConfigCommon.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfigCommon.mk
b/BoardConfigCommon.mk
index 8b064a6f68af6db5ed2ec34229f8caad7e82d1ba..480f3860a3826ab9bfc6c0e5883e874fce11d08d 100644
(file)
--- 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