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

Makefile.dep: add trickle with xtimer as dependency

This commit is contained in:
Cenk Gündoğan 2015-09-04 10:47:40 +02:00 committed by Kaspar Schleiser
parent 01a9af049a
commit 2e89027c02

View File

@ -34,6 +34,10 @@ ifneq (,$(filter gnrc_rpl,$(USEMODULE)))
USEMODULE += vtimer
endif
ifneq (,$(filter trickle,$(USEMODULE)))
USEMODULE += xtimer
endif
ifneq (,$(filter ieee802154,$(USEMODULE)))
ifneq (,$(filter gnrc_ipv6, $(USEMODULE)))
USEMODULE += gnrc_sixlowpan