1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 17:32:44 +01:00
RIOT/tests/periph_spi/Makefile

10 lines
183 B
Makefile
Raw Normal View History

2014-08-07 16:51:52 +02:00
export APPLICATION = periph_spi
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi
2014-08-07 16:51:52 +02:00
USEMODULE += shell
USEMODULE += shell_commands
include $(RIOTBASE)/Makefile.include