Files
Upsilon/build/platform.device.mak
2019-02-05 11:23:55 +01:00

12 lines
258 B
Makefile

MODEL ?= n0100
USE_LIBA = 1
EXE = elf
EPSILON_BOOT_PROMPT = update
EPSILON_DEVICE_BENCH ?= 1
SFLAGS += -DEPSILON_DEVICE_BENCH=$(EPSILON_DEVICE_BENCH)
python/port/port.o: CXXFLAGS += -DMP_PORT_USE_STACK_SYMBOLS=1
include build/platform.device.$(MODEL).mak