summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgbe/tom/Makefile
blob: 5f460e04d65a73c29001601feab84f16c54609e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# $FreeBSD$
#

CXGBE=	${.CURDIR}/../../../dev/cxgbe
.PATH: ${CXGBE}/tom

KMOD=	t4_tom
SRCS=	bus_if.h
SRCS+=	device_if.h
SRCS+=	opt_inet.h
SRCS+=	opt_inet6.h
SRCS+=	pci_if.h
SRCS+=	t4_connect.c
SRCS+=	t4_cpl_io.c
SRCS+=	t4_ddp.c
SRCS+=	t4_listen.c
SRCS+=	t4_tom.c
SRCS+=	t4_tom_l2t.c

CFLAGS+= -I${CXGBE}

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud