mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
11 lines
226 B
Makefile
11 lines
226 B
Makefile
#
|
|
# 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
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|