mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8ac4f3332d
update examples/default
11 lines
231 B
Makefile
11 lines
231 B
Makefile
USEMODULE += msp430_common
|
|
|
|
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
ifeq (,$(filter cc2420,$(USEMODULE)))
|
|
USEMODULE += cc2420
|
|
endif
|
|
ifeq (,$(filter transceiver,$(USEMODULE)))
|
|
USEMODULE += transceiver
|
|
endif
|
|
endif
|