2018-07-30 21:40:10 +05:30
|
|
|
#
|
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
|
# project subdirectory.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PROJECT_NAME := ble_prov
|
2021-02-18 18:45:21 +08:00
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/qrcode
|
2018-07-30 21:40:10 +05:30
|
|
|
include $(IDF_PATH)/make/project.mk
|