From 6ee5ced060c0dc28161b70d1d2789d69d3d8cc25 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 20 Aug 2024 11:10:25 +0200 Subject: [PATCH] Add hci_event_builder.c to various ports and tests --- port/mtk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/port/mtk/Makefile b/port/mtk/Makefile index 1a5ef3414..066b2a0ef 100644 --- a/port/mtk/Makefile +++ b/port/mtk/Makefile @@ -40,6 +40,7 @@ libBTstack_OBJS = \ btstack_tlv.o \ btstack_util.o \ hci_cmd.o \ + hci_event_builder.o \ daemon_cmds.o \ hci_dump.o \ hci_dump_posix_fs.o \