windows: add btstack_audio to windows-h4 and windows-winusb

This commit is contained in:
Matthias Ringwald 2018-07-20 16:29:51 +02:00
parent e739af9896
commit 95c90b0854
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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
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
include ${BTSTACK_ROOT}/example/Makefile.inc