1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/avsextrem/Makefile.include

13 lines
298 B
Makefile
Raw Normal View History

export INCLUDES += -I$(RIOTBOARD)/avsextrem/include
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += cc110x
USEMODULE += transceiver
endif
ifneq (,$(filter cc110x,$(USEMODULE)))
INCLUDES += -I$(RIOTBASE)/sys/net/include
endif
include $(RIOTBOARD)/msba2-common/Makefile.include