aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2015-07-07 19:07:50 +0200
committerJerome Forissier <jerome.forissier@linaro.org>2015-07-08 09:35:31 +0200
commita75f2e14d6935b37a00266d4e205acd311c5f832 (patch)
treef0aacf487c6b6932a15e37b1ad14620c3e212af9 /Makefile
parent84fa94676c544d4dab84d24ee2c5d05759d7a199 (diff)
Build for PLATFORM=vexpress-qemu_virt by default
Also, for STM platforms, set CROSS_COMPILE=arm-linux-gnueabihf- by default (which is a more standard prefix for the 32-bit compiler). Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad81a9ca..29fed607 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ endif
# Make these default for now
ARCH ?= arm
-PLATFORM ?= stm
+PLATFORM ?= vexpress
+PLATFORM_FLAVOR ?= qemu_virt
O ?= out/$(ARCH)-plat-$(PLATFORM)
arch_$(ARCH) := y