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