src.nth.io/

summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cbf989e..bff7a1d 100755
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
HOMEKIT_PATH ?= $(abspath $(IDF_PATH)/../esp-homekit-sdk)
COMMON_COMPONENT_PATH ?= $(HOMEKIT_PATH)/examples/common
-PROJECT_NAME := esp-homekit-door
-EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components/
+PROJECT_NAME := esp-homekit-intercom
+EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components
EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components/homekit
EXTRA_COMPONENT_DIRS += $(COMMON_COMPONENT_PATH)