mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
18 lines
373 B
Makefile
18 lines
373 B
Makefile
# $Id: Makefile,v 1.2 2003/01/12 23:37:31 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netgraph/bluetooth/socket
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include
|
|
|
|
KMOD= ng_btsocket
|
|
SRCS= ng_btsocket.c \
|
|
ng_btsocket_hci_raw.c \
|
|
ng_btsocket_l2cap_raw.c \
|
|
ng_btsocket_l2cap.c \
|
|
ng_btsocket_rfcomm.c \
|
|
ng_btsocket_sco.c
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|