2018-09-20 07:26:14 -04:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2019-04-10 04:24:50 -04:00
|
|
|
PROJECT_NAME := ethernet_iperf
|
2018-09-20 07:26:14 -04:00
|
|
|
|
2021-07-14 23:37:11 -04:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/system/console/advanced/components
|
2018-09-20 07:26:14 -04:00
|
|
|
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/wifi/iperf/components
|
2021-07-07 03:18:20 -04:00
|
|
|
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/iperf
|
2021-07-06 02:14:55 -04:00
|
|
|
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/ethernet/enc28j60/components/eth_enc28j60
|
2018-09-20 07:26:14 -04:00
|
|
|
|
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|