mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
abb79e4fb5
Separate Bluetooth HCI component example which adds some macros and functions used by HCI Layer defined by the spec.
11 lines
258 B
Makefile
11 lines
258 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := ble_adv
|
|
|
|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/bluetooth/hci/hci_common_component
|
|
|
|
include $(IDF_PATH)/make/project.mk
|