1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

add vtimer dependencies to Makefile.dep

This commit is contained in:
Oleg Hahm 2014-01-17 16:36:09 +01:00
parent afdc3dee23
commit 8c0b78925d

View File

@ -1,13 +1,3 @@
ifneq (,$(findstring vtimer,$(USEMODULE)))
ifeq (,$(findstring hwtimer,$(USEMODULE)))
USEMODULE += hwtimer
endif
ifeq (,$(findstring timex,$(USEMODULE)))
USEMODULE += timex
endif
endif
ifneq (,$(findstring pnet, $(USEMODULE)))
ifeq (,$(findstring posix, $(USEMODULE)))
USEMODULE += posix
@ -36,6 +26,9 @@ ifneq (,$(findstring cc110x,$(USEMODULE)))
ifeq (,$(findstring protocol_multiplex,$(USEMODULE)))
USEMODULE += protocol_multiplex
endif
ifeq (,$(findstring vtimer, $(USEMODULE)))
USEMODULE += vtimer
endif
endif
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
@ -59,6 +52,9 @@ ifneq (,$(findstring at86rf231,$(USEMODULE)))
USEMODULE += transceiver
USEMODULE += ieee802154
endif
ifeq (,$(findstring vtimer, $(USEMODULE)))
USEMODULE += vtimer
endif
endif
ifneq (,$(findstring destiny,$(USEMODULE)))
@ -68,6 +64,9 @@ ifneq (,$(findstring destiny,$(USEMODULE)))
ifeq (,$(findstring net_help,$(USEMODULE)))
USEMODULE += net_help
endif
ifeq (,$(findstring vtimer, $(USEMODULE)))
USEMODULE += vtimer
endif
endif
ifneq (,$(findstring sixlowpan,$(USEMODULE)))
@ -83,4 +82,16 @@ ifneq (,$(findstring sixlowpan,$(USEMODULE)))
ifeq (,$(findstring transceiver, $(USEMODULE)))
USEMODULE += transceiver
endif
ifeq (,$(findstring vtimer, $(USEMODULE)))
USEMODULE += vtimer
endif
endif
ifneq (,$(findstring vtimer,$(USEMODULE)))
ifeq (,$(findstring hwtimer,$(USEMODULE)))
USEMODULE += hwtimer
endif
ifeq (,$(findstring timex,$(USEMODULE)))
USEMODULE += timex
endif
endif