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

10 lines
213 B
Makefile
Raw Normal View History

USEMODULE += eui_provider
USEMODULE += netdev_legacy_api
2021-06-07 10:37:46 +02:00
USEMODULE += netdev_register
USEMODULE += tsrb
FEATURES_REQUIRED += periph_uart
ifneq (,$(filter slipdev_stdio,$(USEMODULE)))
USEMODULE += isrpipe
endif