]> granicus.if.org Git - esp-idf/blob - examples/bluetooth/gatt_server_service_table/Makefile
Merge branch 'bugfix/btdm_fix_service_change_event_param_error' into 'master'
[esp-idf] / examples / bluetooth / gatt_server_service_table / Makefile
1 #
2 # This is a project Makefile. It is assumed the directory this Makefile resides in is a
3 # project subdirectory.
4 #
5
6 PROJECT_NAME := gatt_server_service_table_demo
7
8 COMPONENT_ADD_INCLUDEDIRS := components/include
9
10 include $(IDF_PATH)/make/project.mk
11