8 lines
197 B
Makefile
8 lines
197 B
Makefile
### Will allow the inclusion of the correct CPU makefile
|
|
CPU_FAMILY = cc26x0
|
|
|
|
### Include the common makefile
|
|
include $(PLATFORM_ROOT_DIR)/srf06/Makefile.srf06
|
|
|
|
CONTIKI_TARGET_DIRS += srf06/cc26x0
|