Files
Upsilon/scripts/platform.device.mak
Émilie Feral 1b7def19c2 [scripts] Build in release and debug objects in separated subfolders:
(eg, build/[release|debug]/[device|emscripten|...]/)
2019-08-08 17:22:01 +02:00

10 lines
208 B
Makefile

MODEL ?= n0110
USE_LIBA = 1
EXE = elf
BUILD_DIR = build/$(MODE)/$(PLATFORM)/$(MODEL)
$(BUILD_DIR)/python/port/port.o: CXXFLAGS += -DMP_PORT_USE_STACK_SYMBOLS=1
include scripts/platform.device.$(MODEL).mak