1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-24 13:43:38 +00:00

add btstack_audio to example/Makefile.inc instead of individual ports that include it

This commit is contained in:
Matthias Ringwald 2018-07-20 17:29:15 +02:00
parent 612ee88638
commit b88bf5bffc
5 changed files with 4 additions and 3 deletions
example
port
libusb
max32630-fthr/example/template
windows-h4
windows-winusb

@ -35,6 +35,7 @@ COMMON += \
hci_dump.c \
l2cap.c \
l2cap_signaling.c \
btstack_audio.c \
btstack_tlv.c \
btstack_crypto.c \
uECC.c \

@ -4,7 +4,7 @@ BTSTACK_ROOT = ../..
CORE += main.c btstack_stdin_posix.c btstack_tlv_posix.c
COMMON += hci_transport_h2_libusb.c btstack_run_loop_posix.c le_device_db_fs.c btstack_link_key_db_fs.c wav_util.c btstack_network_posix.c
COMMON += btstack_audio_portaudio.c btstack_audio.c
COMMON += btstack_audio_portaudio.c
include ${BTSTACK_ROOT}/example/Makefile.inc

@ -143,6 +143,7 @@ COMMON = \
hci_dump.o \
btstack_uart_block_embedded.o \
hal_flash_bank_mxc.o \
btstack_audio.o \
btstack_tlv.o \
btstack_tlv_flash_bank.o \
btstack_stdin_embedded.o \

@ -16,7 +16,6 @@ COMMON += \
btstack_chipset_stlc2500d.c \
btstack_chipset_tc3566x.c \
btstack_chipset_bcm.c \
btstack_audio.c \
wav_util.c \
# examples

@ -3,7 +3,7 @@ BTSTACK_ROOT = ../..
CORE += main.c btstack_stdin_windows.c
COMMON += hci_transport_h2_winusb.c btstack_run_loop_windows.c le_device_db_fs.c btstack_link_key_db_fs.c wav_util.c btstack_audio.c
COMMON += hci_transport_h2_winusb.c btstack_run_loop_windows.c le_device_db_fs.c btstack_link_key_db_fs.c wav_util.c
include ${BTSTACK_ROOT}/example/Makefile.inc