Skip to content
Snippets Groups Projects
Commit b1c06be9 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

drivers: ethos: add missing dependency to random module

parent 506e23f4
Branches
No related tags found
No related merge requests found
......@@ -464,6 +464,7 @@ endif
ifneq (,$(filter ethos,$(USEMODULE)))
USEMODULE += netdev2_eth
USEMODULE += random
endif
ifneq (,$(filter random,$(USEMODULE)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment