# $FreeBSD: src/sys/modules/cxgb/toecore/Makefile,v 1.3.2.1.4.1 2010/06/14 02:09:06 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