nes-proj/arch/platform/cc26x0-cc13x0/sensortag/cc2650/Makefile.cc2650

9 lines
246 B
Makefile

### Will allow the inclusion of the correct CPU makefile
CPU_FAMILY = cc26x0
### Add to the source dirs
CONTIKI_TARGET_DIRS += sensortag/cc2650
### Include the common sensortag makefile
include $(PLATFORM_ROOT_DIR)/sensortag/Makefile.sensortag