Files
Upsilon/ion/src/device/bootloader/Makefile
2022-03-10 19:34:39 +01:00

24 lines
436 B
Makefile

ion_device_src += $(addprefix ion/src/device/bootloader/drivers/, \
board.cpp \
cache.cpp \
external_flash_tramp.cpp \
led.cpp \
power.cpp \
reset.cpp \
trampoline.cpp \
usb.cpp \
)
ion_device_src += $(addprefix ion/src/device/bootloader/boot/, \
rt0.cpp \
)
ion_device_src += $(addprefix ion/src/device/bootloader/, \
platform_info.cpp \
)
SLOT ?= A
LDSCRIPT ?= ion/src/device/bootloader/bootloader.$(SLOT).ld