mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
12 lines
273 B
Makefile
12 lines
273 B
Makefile
MODEL ?= n0101
|
|
USE_LIBA = 1
|
|
EXE = elf
|
|
EPSILON_BOOT_PROMPT = update
|
|
|
|
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
|