2017-03-31 07:05:25 +00:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2017-04-13 03:14:35 +00:00
|
|
|
PROJECT_NAME := spi-slave-sender
|
2017-03-31 07:05:25 +00:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|