2017-03-30 23:12:25 +08: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 19:26:14 +08:00
|
|
|
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/system/console/components
|
|
|
|
|
|
2017-03-30 23:12:25 +08:00
|
|
|
include $(IDF_PATH)/make/project.mk
|