1
0
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:
Peter Kietzmann 2017-01-23 14:50:18 +01:00 committed by GitHub
commit 808f954faa

View File

@ -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