1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/pttu/Makefile.include

10 lines
278 B
Makefile
Raw Normal View History

2014-01-20 19:39:00 +01:00
export INCLUDES += -I$(RIOTBOARD)/pttu/include
# Enable this after fixing https://github.com/RIOT-OS/RIOT/issues/659
#ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
# USEMODULE += cc110x
# USEMODULE += transceiver
#endif
2014-01-20 19:39:00 +01:00
include $(RIOTBOARD)/msba2-common/Makefile.include