2016-11-08 09:45:17 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2019-04-10 08:24:50 +00:00
|
|
|
PROJECT_NAME := ethernet_basic
|
2016-11-08 09:45:17 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|