summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-11-11 20:59:28 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-11-11 20:59:28 +0000
commit979392c3e5cd32a4d570f7d37f22baebd04699ba (patch)
tree1bccc4c3dc493bc998219d15e46c1a2edbec84a6 /tools/Makefile.am
parent1a31ffaa3c1bca7a26448069bf2aa5007ae7f826 (diff)
Add skeleton for 3-Wire UART transport
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index a038582a..4e7f8d1c 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -52,7 +52,7 @@ ciptool_LDADD = @BLUEZ_LIBS@
ppporc_LDADD = @BLUEZ_LIBS@
if BCCMD
-bccmd_SOURCES = bccmd.c csr.h csr.c csr_hci.c csr_usb.c csr_bcsp.c csr_h4.c
+bccmd_SOURCES = bccmd.c csr.h csr.c csr_hci.c csr_usb.c csr_bcsp.c csr_h4.c csr_3wire.c
bccmd_LDADD = @USB_LIBS@ @BLUEZ_LIBS@
endif