| author | Luke Hoersten <luke@hoersten.org> | 
| Mon, 01 Mar 2021 13:43:49 -0600 | |
| changeset 2 | 6c96c21bd8f1 | 
| parent 0 | 31a65edead29 | 
| permissions | -rwxr-xr-x | 
# # This is a project Makefile. It is assumed the directory this Makefile resides in is a # project subdirectory. # HOMEKIT_PATH ?= $(abspath $(shell pwd)/../..) COMMON_COMPONENT_PATH ?= $(abspath $(shell pwd)/../common) PROJECT_NAME := 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