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
|
|
|
|
|
2013-07-29 01:24:02 +02:00
|
|
|
ifneq (,$(findstring cc110x,$(USEMODULE)))
|
2013-08-02 00:14:45 +02:00
|
|
|
ifeq (,$(findstring protocol_multiplex,$(USEMODULE)))
|
|
|
|
USEMODULE += protocol_multiplex
|
2013-07-29 01:24:02 +02:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2013-02-08 17:37:02 +01:00
|
|
|
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
|
2013-06-25 15:33:40 +02:00
|
|
|
|
|
|
|
ifneq (,$(findstring cc2420,$(USEMODULE)))
|
|
|
|
ifeq (,$(findstring transceiver,$(USEMODULE)))
|
|
|
|
USEMODULE += transceiver
|
|
|
|
USEMODULE += ieee802154
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq (,$(findstring sixlowpan,$(USEMODULE)))
|
|
|
|
ifeq (,$(findstring ieee802154,$(USEMODULE)))
|
|
|
|
USEMODULE += ieee802154
|
|
|
|
endif
|
|
|
|
endif
|