diff options
| author | Luke Hoersten <[email protected]> | 2021-03-07 17:33:37 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-03-07 17:33:37 -0600 |
| commit | 8a7b9c6a1ce165c349cf06dda56d3a55fb5167b9 (patch) | |
| tree | e016c8ba5ebeb3282bb77ef0e328263c9a7e3d49 /Makefile | |
Initial commit.
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..cbf989e --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +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/ +EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components/homekit +EXTRA_COMPONENT_DIRS += $(COMMON_COMPONENT_PATH) + +include $(IDF_PATH)/make/project.mk |
