osd-contiki/platform/srf06-cc26xx/sensortag/cc2650/Makefile.cc2650

12 lines
307 B
Makefile
Raw Normal View History

### Add to the source list
BOARD_SOURCEFILES += leds-arch.c
### Will allow the inclusion of the correct CPU makefile
CPU_FAMILY = cc26xx
### Add to the source dirs
CONTIKI_TARGET_DIRS += sensortag/cc2650
### Include the common sensortag makefile
include $(PLATFORM_ROOT_DIR)/sensortag/Makefile.sensortag