ifneq (,$(filter defaulttransceiver,$(USEMODULE))) ifeq (,$(filter cc110x_ng,$(USEMODULE))) USEMODULE += cc110x_ng endif ifeq (,$(filter transceiver,$(USEMODULE))) USEMODULE += transceiver endif endif ifneq (,$(filter cc110x_ng,$(USEMODULE))) ifeq (,$(filter cc110x_spi,$(USEMODULE))) USEMODULE += cc110x_spi endif endif USEMODULE += msp430_common