mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8ac4f3332d
update examples/default
13 lines
310 B
Makefile
13 lines
310 B
Makefile
export INCLUDES += -I$(RIOTBOARD)/msba2/include
|
|
|
|
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
ifeq (,$(filter cc110x_ng,$(USEMODULE)))
|
|
USEMODULE += cc110x_ng
|
|
endif
|
|
ifeq (,$(filter transceiver,$(USEMODULE)))
|
|
USEMODULE += transceiver
|
|
endif
|
|
endif
|
|
|
|
include $(RIOTBOARD)/msba2-common/Makefile.include
|