mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #6454 from smlng/pr/drivers/cc110x_fix_deps
drivers/cc110x: add xtimer as module dependency
This commit is contained in:
commit
808f954faa
@ -37,6 +37,7 @@ endif
|
|||||||
ifneq (,$(filter cc110x,$(USEMODULE)))
|
ifneq (,$(filter cc110x,$(USEMODULE)))
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += uuid
|
USEMODULE += uuid
|
||||||
|
USEMODULE += xtimer
|
||||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_cc110x
|
USEMODULE += gnrc_cc110x
|
||||||
# XXX: this can be modelled as a dependency for gnrc_netdev_default as soon
|
# XXX: this can be modelled as a dependency for gnrc_netdev_default as soon
|
||||||
|
Loading…
Reference in New Issue
Block a user