2016-12-18 23:52:10 -05:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2017-03-22 00:36:11 -04:00
|
|
|
PROJECT_NAME := uart_echo
|
2016-12-18 23:52:10 -05:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|