mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/oonf_api: blacklist unsupported architectures
AVR8 and MSP430 are excluded because of missing features in their respective toolchains
This commit is contained in:
parent
d30a1ccbe8
commit
f542bc5fcf
5
pkg/oonf_api/Makefile.dep
Normal file
5
pkg/oonf_api/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
# avr-libc does not provide `strings.h`
|
||||
FEATURES_BLACKLIST += arch_avr8
|
||||
|
||||
# msp430-libc does not provide `strftime`
|
||||
FEATURES_BLACKLIST += arch_msp430
|
Loading…
Reference in New Issue
Block a user