7 lines
174 B
Makefile
7 lines
174 B
Makefile
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
USEMODULE += at86rf231
|
|
ifeq (,$(filter netdev_base,$(USEMODULE)))
|
|
USEMODULE += transceiver
|
|
endif
|
|
endif
|