1#
2# This is a project Makefile. It is assumed the directory this Makefile resides in is a
3# project subdirectory.
4#
5
6PROJECT_NAME := ble_ancs
7
8COMPONENT_ADD_INCLUDEDIRS := components/include
9
10include $(IDF_PATH)/make/project.mk
11