src.nth.io/

summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-03-08 18:17:29 -0600
committerLuke Hoersten <[email protected]>2021-03-08 18:17:29 -0600
commitaa7558f38d5a2edac695919e02857635746d6596 (patch)
tree4746555f9f5c0d8b43d1b6fe158b239c631690b0 /Makefile
parent8a7b9c6a1ce165c349cf06dda56d3a55fb5167b9 (diff)
Changed to intercom
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)