mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
30 lines
590 B
Makefile
30 lines
590 B
Makefile
ion_device_src += $(addprefix ion/src/device/shared/drivers/, \
|
|
backlight.cpp \
|
|
battery.cpp \
|
|
base64.cpp \
|
|
board.cpp \
|
|
clipboard.cpp \
|
|
console_uart.cpp:+consoleuart \
|
|
console_display.cpp:+consoledisplay \
|
|
console_dummy.cpp:-consoledisplay \
|
|
console_dummy.cpp:-consoleuart \
|
|
crc32.cpp \
|
|
display.cpp \
|
|
events_keyboard_platform.cpp \
|
|
exam_mode.cpp \
|
|
flash.cpp \
|
|
internal_flash.cpp \
|
|
keyboard.cpp \
|
|
led.cpp \
|
|
pcb_version.cpp \
|
|
power.cpp\
|
|
random.cpp\
|
|
reset.cpp \
|
|
rtc.cpp \
|
|
serial_number.cpp \
|
|
swd.cpp \
|
|
timing.cpp \
|
|
usb.cpp \
|
|
wakeup.cpp \
|
|
)
|