1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 22:32:44 +01:00
RIOT/drivers/slipdev/Makefile.dep
2024-01-02 14:41:11 +01:00

10 lines
227 B
Makefile

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