11 lines
298 B
Makefile
11 lines
298 B
Makefile
|
### Will allow the inclusion of the correct CPU makefile
|
||
|
CPU_FAMILY = cc13xx
|
||
|
|
||
|
### 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
|