diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-10-12 22:17:52 +0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-10-12 22:31:34 +0800 |
| commit | dfd47dc5f1774aabeaccea5ab92729e03b66282e (patch) | |
| tree | 95f796984052467e35a3fbf81ad608775388a452 | |
| parent | 55af8f2ca7c492cfca733d0209c485837e30a2ca (diff) | |
msm8916: Use the default kernel toolchains
We have now switched to androidkernel- toolchains by default.
Switch to those by removing the toolchain override.
Also remove the redundant KERNEL_HEADER_ARCH flag as it is
only meant to be used when it is different from KERNEL_ARCH
Change-Id: I2b52bbd0d1f053fcd05dac18ac9b5b45acef00b4
| -rw-r--r-- | board/kernel.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/kernel.mk b/board/kernel.mk index 802d5b0..e30c474 100644 --- a/board/kernel.mk +++ b/board/kernel.mk @@ -12,8 +12,6 @@ ENABLE_CPUSETS := true TARGET_KERNEL_SOURCE := kernel/cyanogen/msm8916 ifneq ($(FORCE_32_BIT),true) TARGET_KERNEL_ARCH := arm64 -TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- -TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_USES_UNCOMPRESSED_KERNEL := true else TARGET_KERNEL_ARCH := arm |
