1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-22 07:20:00 +00:00
freebsd/usr.sbin/bluetooth/Makefile
Vladimir Kondratyev 5036d9652a rtlbtfw: Firmware loader for Realtek 87XX/88XX bluetooth USB adaptors
Firmware files are available in the comms/rtlbt-firmware port.

Sponsored by:	Future Crew LLC
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D46739
2024-11-07 02:30:29 +03:00

27 lines
359 B
Makefile

# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
.include <src.opts.mk>
SUBDIR= \
bluetooth-config \
btpand \
hccontrol \
hcsecd \
l2control \
l2ping \
rfcomm_pppd \
sdpcontrol \
sdpd
.if ${MK_USB} != "no"
SUBDIR+= ath3kfw
SUBDIR+= bcmfw
SUBDIR+= bthidcontrol
SUBDIR+= bthidd
SUBDIR+= iwmbtfw
SUBDIR+= rtlbtfw
.endif
.include <bsd.subdir.mk>