Commit e8863e44 authored by Damien George's avatar Damien George

qemu-arm/Makefile: Make the build directory reflect the board.

So multiple boards can be built at once.
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 1090f1a6
BOARD ?= mps2-an385
# Make the build directory reflect the board.
BUILD ?= build-$(BOARD)
include ../../py/mkenv.mk
-include mpconfigport.mk
......@@ -11,8 +16,6 @@ MICROPY_ROM_TEXT_COMPRESSION ?= 1
include $(TOP)/py/py.mk
include $(TOP)/extmod/extmod.mk
BOARD ?= mps2-an385
ifeq ($(BOARD),netduino2)
CFLAGS += -mthumb -mcpu=cortex-m3 -mfloat-abi=soft
CFLAGS += -DQEMU_SOC_STM32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment