esp-idf/examples/ethernet/iperf/Makefile

14 lines
402 B
Makefile
Raw Normal View History

#
# 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
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/system/console/advanced/components
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
include $(IDF_PATH)/make/project.mk