mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
212 B
Makefile
9 lines
212 B
Makefile
export INCLUDES += -I$(RIOTBOARD)/msba2/include
|
|
|
|
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
USEMODULE += cc110x_legacy
|
|
USEMODULE += transceiver
|
|
endif
|
|
|
|
include $(RIOTBOARD)/msba2-common/Makefile.include
|