Files
Upsilon/build/platform.device.mak
Romain Goyet d70bad84f3 Rename the scripts folder to build
And the build folder to output
2019-09-18 17:46:38 +02:00

10 lines
194 B
Makefile

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