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
2024-11-21 00:06:25 +01:00

10 lines
224 B
Makefile

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