Makefile 489 B

1234567891011121314
  1. #
  2. # This is a project Makefile. It is assumed the directory this Makefile resides in is a
  3. # project subdirectory.
  4. #
  5. PROJECT_NAME := ethernet_iperf
  6. EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/system/console/advanced/components
  7. EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/wifi/iperf/components
  8. EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/iperf
  9. EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/ethernet/enc28j60/components/eth_enc28j60
  10. include $(IDF_PATH)/make/project.mk