mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 11:12:44 +01:00
6 lines
149 B
Makefile
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
|