Files

16 lines
306 B
Makefile
Raw Permalink Normal View History

2018-06-24 10:22:43 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := lcd_example
a:=$(shell pwd)
b:=$(dir $(patsubst %/,%,$(dir $(a))))
EXTRA_COMPONENT_DIRS:=$(b)components
export EXTRA_COMPONENT_DIRS
include $(IDF_PATH)/make/project.mk