1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_spiffs/Makefile
Alexandre Abadie 2f5f69e23a
tests/pkg_spiffs: exclude msp430 boards because missing memory
The build fails during link because of insufficient memory. No need to use BOARD_BLACKLIST for msp430 based boards
2019-11-15 19:11:37 +01:00

7 lines
113 B
Makefile

include ../Makefile.tests_common
USEMODULE += spiffs
USEMODULE += embunit
include $(RIOTBASE)/Makefile.include