aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgb/toecore/Makefile
blob: 68b9bb370769009fc205176d5b65829945a8c7c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD: src/sys/modules/cxgb/toecore/Makefile,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $

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>