mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
14 lines
313 B
Makefile
14 lines
313 B
Makefile
MODEL ?= n0200
|
|
USE_LIBA = 1
|
|
EXE = elf
|
|
EPSILON_BOOT_PROMPT = update
|
|
|
|
BUILD_DIR = build/$(PLATFORM)/$(MODEL)
|
|
|
|
EPSILON_DEVICE_BENCH ?= 1
|
|
SFLAGS += -DEPSILON_DEVICE_BENCH=$(EPSILON_DEVICE_BENCH)
|
|
|
|
$(BUILD_DIR)/python/port/port.o: CXXFLAGS += -DMP_PORT_USE_STACK_SYMBOLS=1
|
|
|
|
include scripts/platform.device.$(MODEL).mak
|