2018-09-20 11:26:14 +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_iperf
|
2018-09-20 11:26:14 +00:00
|
|
|
|
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/system/console/components
|
|
|
|
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/wifi/iperf/components
|
|
|
|
|
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|