summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/ath3kfw/Makefile
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2010-11-12 19:43:12 +0000
committeremax <emax@FreeBSD.org>2010-11-12 19:43:12 +0000
commitec97f564250a32af2861e1dfe2bd3ccd3d01ad6b (patch)
tree8e95bbf876d830deb94262f5b6215cb5f22c8611 /usr.sbin/bluetooth/ath3kfw/Makefile
parentd0b8b8340219edb9ee819eefa9fb341e83bc51e9 (diff)
downloadFreeBSD-src-ec97f564250a32af2861e1dfe2bd3ccd3d01ad6b.zip
FreeBSD-src-ec97f564250a32af2861e1dfe2bd3ccd3d01ad6b.tar.gz
Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.
Hardware donated by: Rusty Nejdl rnejdl at ringofsaturn dot com Tested by: Rusty Nejdl rnejdl at ringofsaturn dot com Tested by: Andrzej Tobola ato at iem dot pw dot edu dot pl MFC after: 3 weeks
Diffstat (limited to 'usr.sbin/bluetooth/ath3kfw/Makefile')
-rw-r--r--usr.sbin/bluetooth/ath3kfw/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/ath3kfw/Makefile b/usr.sbin/bluetooth/ath3kfw/Makefile
new file mode 100644
index 0000000..0ff010f
--- /dev/null
+++ b/usr.sbin/bluetooth/ath3kfw/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+PROG= ath3kfw
+MAN= ath3kfw.8
+WARNS?= 6
+DPADD+= ${LIBUSB}
+LDADD+= -lusb
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud