summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgb/toecore/Makefile
blob: 43425196a87a1421d7f0e7dec7e2f9f1356ce21f (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

CXGB = ${.CURDIR}/../../../dev/cxgb
.PATH: ${CXGB}/ulp/toecore

KMOD=	toecore
SRCS=   toedev.c
SRCS+=	device_if.h bus_if.h pci_if.h opt_sched.h opt_inet.h
CFLAGS+= -g -I${CXGB}

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