2016-08-17 15:08:22 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
|
|
|
PROJECT_NAME := bootloader
|
|
|
|
COMPONENTS := esptool_py
|
|
|
|
|
|
|
|
#We cannot include the esp32 component directly but we need its includes. This is fixed by
|
|
|
|
#adding it in the main/Makefile directory.
|
|
|
|
|
2016-08-19 06:32:35 +00:00
|
|
|
include $(IDF_PATH)/make/project.mk
|