mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
218 B
Makefile
9 lines
218 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# avr8, msp430, esp8266 and mips don't support ssp (yet)
|
|
FEATURES_BLACKLIST += arch_avr8 arch_esp8266 arch_mips32r2 arch_msp430
|
|
|
|
USEMODULE += ssp
|
|
|
|
include $(RIOTBASE)/Makefile.include
|