1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 08:52:45 +01:00
RIOT/pkg/lwip/Makefile.dep

7 lines
201 B
Makefile

# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
# moment.
FEATURES_REQUIRED += arch_32bit
# lwip currently doesn't compile on esp8266
FEATURES_BLACKLIST += arch_esp8266