RIOT/drivers/slipdev/Makefile.dep
2021-06-21 12:42:03 +02:00

9 lines
182 B
Makefile

USEMODULE += tsrb
USEMODULE += eui_provider
USEMODULE += netdev_register
FEATURES_REQUIRED += periph_uart
ifneq (,$(filter slipdev_stdio,$(USEMODULE)))
USEMODULE += isrpipe
endif