2014-02-06 13:18:25 +01:00
|
|
|
USEMODULE += msp430_common
|
2014-02-03 15:58:18 +01:00
|
|
|
|
|
|
|
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
|
|
ifeq (,$(filter cc2420,$(USEMODULE)))
|
|
|
|
USEMODULE += cc2420
|
|
|
|
endif
|
|
|
|
ifeq (,$(filter transceiver,$(USEMODULE)))
|
|
|
|
USEMODULE += transceiver
|
|
|
|
endif
|
|
|
|
endif
|