summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-04-16 18:40:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-16 18:40:41 +0200
commit5d99f083452c6e36e89cb2d44c8eec39e62a8252 (patch)
tree1815da1e10f025ec3c167af7d193db073e1ae2cd /Makefile
parenta999dc558770732d475e423060d54b93e36436ce (diff)
parent754f35fd9df11ece4513be6d1a305fb2bf178f62 (diff)
downloadbarebox-5d99f083452c6e36e89cb2d44c8eec39e62a8252.tar.gz
barebox-5d99f083452c6e36e89cb2d44c8eec39e62a8252.tar.xz
Merge branch 'for-next/arm'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b3d67b0863..aa9b9806e8 100644
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,10 @@ export srctree objtree VPATH
# Alternatively CROSS_COMPILE can be set in the environment.
# Default value for CROSS_COMPILE is not to prefix executables
+ifeq ($(ARCH),arm64)
+ARCH = arm
+endif
+
ARCH ?= sandbox
CROSS_COMPILE ?=