author | Luke Hoersten <luke@hoersten.org> |
Mon, 01 Mar 2021 13:43:49 -0600 | |
changeset 2 | 6c96c21bd8f1 |
parent 0 | 31a65edead29 |
permissions | -rwxr-xr-x |
0 | 1 |
# |
2 |
# This is a project Makefile. It is assumed the directory this Makefile resides in is a |
|
3 |
# project subdirectory. |
|
4 |
# |
|
5 |
||
6 |
HOMEKIT_PATH ?= $(abspath $(shell pwd)/../..) |
|
7 |
COMMON_COMPONENT_PATH ?= $(abspath $(shell pwd)/../common) |
|
8 |
||
9 |
PROJECT_NAME := door |
|
10 |
EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components/ |
|
11 |
EXTRA_COMPONENT_DIRS += $(HOMEKIT_PATH)/components/homekit |
|
12 |
EXTRA_COMPONENT_DIRS += $(COMMON_COMPONENT_PATH) |
|
13 |
||
14 |
include $(IDF_PATH)/make/project.mk |