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:
parent
506e23f481
commit
b1c06be9e4
@ -464,6 +464,7 @@ endif
|
||||
|
||||
ifneq (,$(filter ethos,$(USEMODULE)))
|
||||
USEMODULE += netdev2_eth
|
||||
USEMODULE += random
|
||||
endif
|
||||
|
||||
ifneq (,$(filter random,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user