Files
Upsilon/apps/usb/Makefile
Léa Saviot 54eff38c34 [usb] USB aplication that displays the link to the workshop.
Change-Id: I8458fe2a7f1eb4f04fc63f9e0b49d251c20f4cb6
2018-04-06 14:31:47 +02:00

14 lines
221 B
Makefile

app_objs += $(addprefix apps/usb/,\
app.o\
usb_connected_controller.o\
)
i18n_files += $(addprefix apps/usb/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
base.universal.i18n\
)