Files
yuanjm fc39abf487 feat(mqtt): bring mqtt example from idf
Commit ID: c40f2590
2021-01-20 10:20:56 +08:00

10 lines
270 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := mqtt_ssl_psk
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
include $(IDF_PATH)/make/project.mk