aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMatthew Wilson <mtwilson@codeaurora.org>2010-08-23 11:17:47 -0500
committerJohan Hedberg <johan.hedberg@nokia.com>2010-08-23 23:39:01 +0300
commitc6be8dcf9e52713b6a040c3be5e1b32e5fafe513 (patch)
tree7553853bfef2390f7dd10e5beb037620a6d1d0c4 /Makefile.tools
parentf9778e74d0c48933ffb5c1028311aae666350e1f (diff)
downloadbluez-c6be8dcf9e52713b6a040c3be5e1b32e5fafe513.tar.gz
Firmware download for Qualcomm Bluetooth devices
Configures device address from hciattach parameter. UART speed limited to 115200. Requires separate device specific firmware.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 8ee1972f..1c465425 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -24,7 +24,8 @@ tools_hciattach_SOURCES = tools/hciattach.c tools/hciattach.h \
tools/hciattach_st.c \
tools/hciattach_ti.c \
tools/hciattach_tialt.c \
- tools/hciattach_ath3k.c
+ tools/hciattach_ath3k.c \
+ tools/hciattach_qualcomm.c
tools_hciattach_LDADD = lib/libbluetooth.la
tools_hciconfig_SOURCES = tools/hciconfig.c tools/csr.h tools/csr.c \