1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ssp/Makefile

13 lines
330 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
2018-09-05 02:39:50 +02:00
# 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
ifneq (,$(shell $(CC) --help=warnings | grep '\-Wstringop-overflow='))
CFLAGS += -Wstringop-overflow=0
endif