Files
Upsilon/build/platform.device.mak
Léa Saviot b807938031 [ion] Add EPSILON_DEVICE_BENCH
Change-Id: I58de053755305fc610c410a139572f2d0eee2a2d
2018-04-09 10:52:32 +02:00

9 lines
191 B
Makefile

TOOLCHAIN ?= arm-gcc
USE_LIBA = 1
EXE = elf
EPSILON_DEVICE_BENCH ?= 1
SFLAGS += -DEPSILON_DEVICE_BENCH=$(EPSILON_DEVICE_BENCH)
python/port/port.o: CXXFLAGS += -DMP_PORT_USE_STACK_SYMBOLS=1