Files
Upsilon/ion/src/device/n0100/Makefile
Gabriel Ozouf 03c85c0b0e [ion/device/external_flash] Move model specific code
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.
2021-04-16 10:46:10 +02:00

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