mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8ac4f3332d
update examples/default
17 lines
388 B
Makefile
17 lines
388 B
Makefile
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
|