11 lines
226 B
Makefile
Raw Normal View History

2017-02-20 15:17:59 -05:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := spp_and_le_streamer
EXTRA_COMPONENT_DIRS := components
2017-02-20 15:17:59 -05:00
include $(IDF_PATH)/make/project.mk