mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
132 B
Makefile
7 lines
132 B
Makefile
USEMODULE += msp430_common
|
|
|
|
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
USEMODULE += cc2420
|
|
USEMODULE += transceiver
|
|
endif
|