mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 02:37:41 +00:00
arduino: add custom BTstack.h instead of src/btstack.h to dist
This commit is contained in:
parent
049f64bb8f
commit
3369daabb6
@ -17,7 +17,7 @@ PORT_FILES = btstack_config.h bsp_arduino_em9301.cpp BTstack.cpp BTstack.h
|
||||
EMBEDDED_FILES = btstack_run_loop_embedded.c hci_transport_h4_embedded.c btstack_uart_block_embedded.c
|
||||
|
||||
PATHS = $(addprefix ${BTSTACK_ROOT}/src/, ${SRC_FILES})
|
||||
PATHS += $(wildcard ${BTSTACK_ROOT}/src/*.h)
|
||||
PATHS += $(filter-out ${BTSTACK_ROOT}/src/btstack.h, $(wildcard ${BTSTACK_ROOT}/src/*.h))
|
||||
PATHS += $(addprefix ${BTSTACK_ROOT}/src/ble/, ${BLE_FILES})
|
||||
PATHS += $(wildcard ${BTSTACK_ROOT}/src/ble/*.h)
|
||||
PATHS += $(addprefix ${BTSTACK_ROOT}/platform/embedded/, ${EMBEDDED_FILES})
|
||||
|
Loading…
x
Reference in New Issue
Block a user