2016-12-23 16:28:47 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2017-01-12 06:44:26 +00:00
|
|
|
PROJECT_NAME := gatt_server_service_table_demo
|
2016-12-23 16:28:47 +00:00
|
|
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := components/include
|
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|