193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
357 B
Makefile
14 lines
357 B
Makefile
# $Id: Makefile,v 1.1 2002/11/24 20:40:11 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netgraph/bluetooth/l2cap
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
|
|
-I${SRCTOP}/sys/netgraph/bluetooth/l2cap
|
|
|
|
KMOD= ng_l2cap
|
|
SRCS= ng_l2cap_main.c ng_l2cap_cmds.c ng_l2cap_evnt.c \
|
|
ng_l2cap_ulpi.c ng_l2cap_llpi.c ng_l2cap_misc.c
|
|
|
|
.include <bsd.kmod.mk>
|