aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-02-03 13:27:25 +0000
committerJérôme Forissier <jerome.forissier@linaro.org>2018-02-04 14:07:47 +0100
commitc0b2e931b395f098aa53912afa8b4f37cb339e1b (patch)
tree63c054d71504fa94d2bebfa5c420c312c5a47df9 /Makefile
parent512f509183673fcb2926b4b325ed7dde76f84259 (diff)
Force ARCH to arm
It is the only value used for now. No other value works, not even aarch64. Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddd63f1d..7caab01b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ SHELL = /bin/bash
# (we include many *.cmd and *.d files).
unexport MAKEFILE_LIST
+include mk/checkconf.mk
+
.PHONY: all
all:
@@ -35,7 +37,7 @@ $(foreach op,$(ops),$(eval override $(op)))
endif
# Make these default for now
-ARCH ?= arm
+$(call force,ARCH,arm)
PLATFORM ?= vexpress
# Default value for PLATFORM_FLAVOR is set in plat-$(PLATFORM)/conf.mk
ifeq ($O,)