mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9 lines
209 B
Makefile
9 lines
209 B
Makefile
|
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
||
|
ifeq (,$(filter cc110x_ng,$(USEMODULE)))
|
||
|
USEMODULE += cc110x_ng
|
||
|
endif
|
||
|
ifeq (,$(filter transceiver,$(USEMODULE)))
|
||
|
USEMODULE += transceiver
|
||
|
endif
|
||
|
endif
|