1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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)))
USEMODULE += netdev2_eth
USEMODULE += random
endif
ifneq (,$(filter random,$(USEMODULE)))