summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBamvor Jian Zhang <bamvor.zhangjian@huawei.com>2015-03-18 17:49:48 +0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-12 18:32:37 +0200
commit827ba46556b7c2dddb0e881879bacf3283fc2c3f (patch)
treeb208dc2ee9d4c0c4ec8b1496b623c1f52afddc4f /Makefile
parent44c48b1274f567d09899e798e58f98cf0bbbff50 (diff)
downloadbuildroot-827ba46556b7c2dddb0e881879bacf3283fc2c3f.tar.gz
buildroot-827ba46556b7c2dddb0e881879bacf3283fc2c3f.zip
aarch64: add big endian(aarch64_be) support
Add aarch64_be support. Note that CONFIG_CPU_BIG_ENDIAN should be defined in kernel config when building a big endian kernel. Signed-off-by: Zhang Jian(Bamvor) <bamvor.zhangjian@huawei.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1bcf78c2f..35818f08f2 100644
--- a/Makefile
+++ b/Makefile
@@ -329,7 +329,7 @@ KERNEL_ARCH := $(shell echo "$(ARCH)" | sed -e "s/-.*//" \
-e s/arcle/arc/ \
-e s/arceb/arc/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
- -e s/aarch64/arm64/ \
+ -e s/aarch64.*/arm64/ \
-e s/bfin/blackfin/ \
-e s/parisc64/parisc/ \
-e s/powerpc64.*/powerpc/ \
OpenPOWER on IntegriCloud