Files
2019-06-11 17:21:49 +08:00

13 lines
280 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := camera_face
SOLUTION_PATH ?= $(abspath $(shell pwd))/
include $(SOLUTION_PATH)/components/component_conf.mk
include $(IDF_PATH)/make/project.mk