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

10 lines
189 B
Makefile

FEATURES_REQUIRED += periph_uart
USEMODULE += iolist
USEMODULE += netdev_eth
USEMODULE += random
USEMODULE += tsrb
ifneq (,$(filter ethos_stdio,$(USEMODULE)))
USEMODULE += isrpipe
endif