OVMS3-idf/examples/bluetooth/bt_spp_acceptor/Makefile

11 lines
240 B
Makefile
Raw Normal View History

2018-01-05 08:48:29 +00:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := bt_spp_acceptor_demo
2018-04-28 03:36:22 +00:00
COMPONENT_ADD_INCLUDEDIRS := components/include
2018-01-05 08:48:29 +00:00
include $(IDF_PATH)/make/project.mk