mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
9 lines
246 B
Makefile
9 lines
246 B
Makefile
### Will allow the inclusion of the correct CPU makefile
|
|
CPU_FAMILY = cc26xx
|
|
|
|
### Add to the source dirs
|
|
CONTIKI_TARGET_DIRS += launchpad/cc2650
|
|
|
|
### Include the common launchpad makefile
|
|
include $(PLATFORM_ROOT_DIR)/launchpad/Makefile.launchpad
|