2016-09-21 14:57:02 +10:00
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
2016-09-27 10:30:07 +10:00
|
|
|
PROJECT_NAME := blink
|
2016-09-21 14:57:02 +10:00
|
|
|
|
2021-01-29 18:20:40 +00:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/led_strip
|
|
|
|
|
|
2016-09-21 14:57:02 +10:00
|
|
|
include $(IDF_PATH)/make/project.mk
|