freebsd-dev/usr.sbin/bluetooth/iwmbtfw/Makefile
Vladimir Kondratyev 7f32f0e227 iwmbtfw: Firmware loader for Intel Wireless 8260 based Bluetooth USB devices
Currently supported models are: 8260, 8265, 9560, 9260 and 22161.
Firmware files can be installed with comms/iwmbt-firmware port.

PR:			237083
Reviewed by:		hps, emax
X-MFC with:		r351196
Differential Revision:	https://reviews.freebsd.org/D21071
2019-08-18 22:20:28 +00:00

12 lines
183 B
Makefile

# $FreeBSD$
PACKAGE= bluetooth
CONFS= iwmbtfw.conf
CONFSDIR= /etc/devd
PROG= iwmbtfw
MAN= iwmbtfw.8
LIBADD+= usb
SRCS= main.c iwmbt_fw.c iwmbt_hw.c
.include <bsd.prog.mk>