Makefile 370 B

123456789101112
  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 := wolfssl_client
  6. CFLAGS += -DWOLFSSL_USER_SETTINGS
  7. # if there isn't the directory, please disable the line below.
  8. EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
  9. include $(IDF_PATH)/make/project.mk