diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-11-10 20:27:36 +0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-11-11 21:04:13 +0800 |
| commit | 78844e8b093739495b1e2b538525f39a2b332391 (patch) | |
| tree | bd437a1d35d7cfd4bb05cf1ed56bed088b9552b9 | |
| parent | 0ac955bdf4fb107646f4d8983a2d87bdc35a3bbb (diff) | |
msm8916: Remove no-op TARGET_KERNEL_ARCH flag
TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH.
Change-Id: If36d5adc3296b76d5efb21da0e196f0b005ae784
| -rw-r--r-- | board/kernel.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/kernel.mk b/board/kernel.mk index e30c474..2e62a1a 100644 --- a/board/kernel.mk +++ b/board/kernel.mk @@ -11,8 +11,5 @@ ENABLE_CPUSETS := true TARGET_KERNEL_SOURCE := kernel/cyanogen/msm8916 ifneq ($(FORCE_32_BIT),true) -TARGET_KERNEL_ARCH := arm64 TARGET_USES_UNCOMPRESSED_KERNEL := true -else -TARGET_KERNEL_ARCH := arm endif |
