diff options
author | Suraj Sumangala <suraj@atheros.com> | 2010-08-18 14:59:28 +0530 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-08-18 13:23:20 +0300 |
commit | 848b12d53784931eb4ad5cbc69a2decbbbdd0560 (patch) | |
tree | dd64a2d5578828d49ec3f70b022d5c1c4fa90688 /Makefile.tools | |
parent | e54f6d67ac3ab70bb60d581ccdcf1e34ed877fb7 (diff) | |
download | bluez-848b12d53784931eb4ad5cbc69a2decbbbdd0560.tar.gz |
Add host level support for Atheros AR300x device
This patch implements support for the Atheros AR300x Bluetooth chip in
hciattach. It supports configuration download and power management
configure feature.
Diffstat (limited to 'Makefile.tools')
-rw-r--r-- | Makefile.tools | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools index 2dbf925d2..8ee1972f8 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -23,7 +23,8 @@ tools_l2ping_LDADD = lib/libbluetooth.la tools_hciattach_SOURCES = tools/hciattach.c tools/hciattach.h \ tools/hciattach_st.c \ tools/hciattach_ti.c \ - tools/hciattach_tialt.c + tools/hciattach_tialt.c \ + tools/hciattach_ath3k.c tools_hciattach_LDADD = lib/libbluetooth.la tools_hciconfig_SOURCES = tools/hciconfig.c tools/csr.h tools/csr.c \ |