2016-11-06 17:19:55 +00:00
|
|
|
### Will allow the inclusion of the correct CPU makefile
|
2018-10-12 17:38:18 +00:00
|
|
|
CPU_FAMILY = cc13x0
|
2016-11-06 17:19:55 +00:00
|
|
|
|
|
|
|
### Add to the source dirs
|
|
|
|
CONTIKI_TARGET_DIRS += launchpad/cc1350
|
|
|
|
|
|
|
|
BOARD_SOURCEFILES += rf-switch.c tx-power-driver.c
|
|
|
|
|
|
|
|
### Include the common launchpad makefile
|
|
|
|
include $(PLATFORM_ROOT_DIR)/launchpad/Makefile.launchpad
|