1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/oonf_api/Makefile.dep
Alexandre Abadie f542bc5fcf
pkg/oonf_api: blacklist unsupported architectures
AVR8 and MSP430 are excluded because of missing features in their respective toolchains
2019-11-05 09:47:25 +01:00

6 lines
149 B
Makefile

# avr-libc does not provide `strings.h`
FEATURES_BLACKLIST += arch_avr8
# msp430-libc does not provide `strftime`
FEATURES_BLACKLIST += arch_msp430