mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
pccard is being removed, so remove bt3c driver since it only has PC Card attachment. Also remove bt3cfw(8) since it's the firmware for this driver. Relnotes: Yes
12 lines
157 B
Makefile
12 lines
157 B
Makefile
# $Id: Makefile,v 1.2 2003/04/27 00:22:11 max Exp $
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= \
|
|
bluetooth \
|
|
hci \
|
|
l2cap \
|
|
socket \
|
|
ubt \
|
|
ubtbcmfw
|
|
|
|
.include <bsd.subdir.mk>
|