esp-who/examples/camera_lcd/Makefile

13 lines
287 B
Makefile
Raw Normal View History

2021-07-31 11:23:18 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := camera_lcd
SOLUTION_PATH ?= $(abspath $(shell pwd))/../../..
include $(SOLUTION_PATH)/components/component_conf.mk
include $(IDF_PATH)/make/project.mk