# $FreeBSD: stable/7/sys/modules/cxgb/toecore/Makefile 180944 2008-07-28 23:37:33Z kmacy $
TOECORE = ${.CURDIR}/../../../dev/cxgb/ulp/toecore
.PATH: ${TOECORE} 

KMOD=	toecore
SRCS=   toedev.c
SRCS+=	device_if.h bus_if.h pci_if.h opt_sched.h
.include <bsd.kmod.mk>