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

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

KMOD = if_cxgbe
SRCS = t4_main.c t4_sge.c
SRCS+= t4_hw.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