2013-02-08 17:37:02 +01:00
|
|
|
ifneq (,$(findstring vtimer,$(USEMODULE)))
|
|
|
|
ifeq (,$(findstring hwtimer,$(USEMODULE)))
|
|
|
|
USEMODULE += hwtimer
|
|
|
|
endif
|
|
|
|
ifeq (,$(findstring timex,$(USEMODULE)))
|
|
|
|
USEMODULE += timex
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq (,$(findstring uart0,$(USEMODULE)))
|
|
|
|
ifeq (,$(findstring lib,$(USEMODULE)))
|
|
|
|
USEMODULE += lib
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
2013-03-23 18:38:12 +01:00
|
|
|
ifeq (,$(findstring transceiver,$(USEMODULE)))
|
|
|
|
USEMODULE += transceiver
|
2013-02-08 17:37:02 +01:00
|
|
|
endif
|
|
|
|
ifeq (,$(findstring hwtimer,$(USEMODULE)))
|
|
|
|
USEMODULE += hwtimer
|
|
|
|
endif
|
|
|
|
endif
|