mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
As the N0100 does not have an external flash chip, the code to handle the external flash does not need to be compiled on this model.
11 lines
197 B
Makefile
11 lines
197 B
Makefile
ion_device_src += $(addprefix ion/src/device/n0100/drivers/, \
|
|
board.cpp \
|
|
external_flash.cpp \
|
|
led.cpp \
|
|
power.cpp \
|
|
reset.cpp \
|
|
usb.cpp \
|
|
)
|
|
|
|
LDSCRIPT ?= ion/src/device/n0100/flash.ld
|