2017-03-31 03:05:25 -04:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2021-07-05 02:33:56 -04:00
|
|
|
PROJECT_NAME := spi_slave_receiver
|
2017-03-31 03:05:25 -04:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|