xref: /btstack/port/esp32/Makefile (revision f69d0bf9f0f84deb196bfcb6c82a4329fefa6fa4)
1#
2# This is a project Makefile. It is assumed the directory this Makefile resides in is a
3# project subdirectory.
4#
5
6PROJECT_NAME := spp_and_le_streamer
7EXTRA_COMPONENT_DIRS := components
8
9include $(IDF_PATH)/make/project.mk
10
11