drivers: ethos: add missing dependency to random module

This commit is contained in:
Kaspar Schleiser 2016-02-21 23:51:53 +01:00
parent 506e23f481
commit b1c06be9e4

View File

@ -464,6 +464,7 @@ endif
ifneq (,$(filter ethos,$(USEMODULE))) ifneq (,$(filter ethos,$(USEMODULE)))
USEMODULE += netdev2_eth USEMODULE += netdev2_eth
USEMODULE += random
endif endif
ifneq (,$(filter random,$(USEMODULE))) ifneq (,$(filter random,$(USEMODULE)))