mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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)))
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += uuid
|
||||
USEMODULE += xtimer
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
USEMODULE += gnrc_cc110x
|
||||
# XXX: this can be modelled as a dependency for gnrc_netdev_default as soon
|
||||
|
Loading…
Reference in New Issue
Block a user