]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / Makefile
1 # $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 SUBDIR= \
7         bluetooth-config \
8         bt3cfw \
9         btpand \
10         hccontrol \
11         hcsecd \
12         hcseriald \
13         l2control \
14         l2ping \
15         rfcomm_pppd \
16         sdpcontrol \
17         sdpd
18
19 .if ${MK_USB} != "no"
20 SUBDIR+=        ath3kfw
21 SUBDIR+=        bcmfw
22 SUBDIR+=        bthidcontrol
23 SUBDIR+=        bthidd
24 SUBDIR+=        iwmbtfw
25 .endif
26
27 .include <bsd.subdir.mk>
28