mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
10 lines
233 B
Makefile
10 lines
233 B
Makefile
TOOLCHAIN ?= arm-gcc
|
|
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
|