Files
Upsilon/apps/hardware_test/Makefile
Émilie Feral 434d9f1107 [apps/hardware_test] Add USB-plugging test
Change-Id: Ief50c7618e4f4083566a6b32b07d23b64bb4fbf2
2017-06-12 10:25:10 +02:00

17 lines
319 B
Makefile

app_objs += $(addprefix apps/hardware_test/,\
app.o\
battery_test_controller.o\
keyboard_test_controller.o\
keyboard_view.o\
led_test_controller.o\
pattern.o\
pattern_view.o\
pop_up_controller.o\
reset_controller.o\
screen_test_controller.o\
screen_test_controller.o\
usb_test_controller.o\
)