summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgbe/tom/Makefile
blob: 647984dd4886f9b820d65c7ed0b9666dc0a8592a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $FreeBSD$
#

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

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

CFLAGS+= -I${CXGBE}

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