1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/periph_spi/Makefile

12 lines
345 B
Makefile
Raw Normal View History

2014-08-07 16:51:52 +02:00
export APPLICATION = periph_spi
include ../Makefile.tests_common
BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h native qemu-i386 redbee-econotag telosb \
wsn430-v1_3b wsn430-v1_4 z1
# all listed boards: no periph_conf.h defined,
USEMODULE += shell
USEMODULE += shell_commands
include $(RIOTBASE)/Makefile.include