From 95c90b0854768744fe0c8ecbbb07f964ffe0fda5 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 20 Jul 2018 16:29:51 +0200 Subject: [PATCH] windows: add btstack_audio to windows-h4 and windows-winusb --- port/windows-h4/Makefile | 1 + port/windows-winusb/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/port/windows-h4/Makefile b/port/windows-h4/Makefile index 0229a5505..ca015633f 100644 --- a/port/windows-h4/Makefile +++ b/port/windows-h4/Makefile @@ -16,6 +16,7 @@ COMMON += \ btstack_chipset_stlc2500d.c \ btstack_chipset_tc3566x.c \ btstack_chipset_bcm.c \ + btstack_audio.c \ wav_util.c \ # examples diff --git a/port/windows-winusb/Makefile b/port/windows-winusb/Makefile index 54c50f417..b31f49084 100644 --- a/port/windows-winusb/Makefile +++ b/port/windows-winusb/Makefile @@ -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