2017-03-30 15:12:25 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
|
|
|
PROJECT_NAME := iperf
|
|
|
|
|
2018-09-20 11:26:14 +00:00
|
|
|
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/system/console/components
|
|
|
|
|
2017-03-30 15:12:25 +00:00
|
|
|
include $(IDF_PATH)/make/project.mk
|