b26f0efddd
Approved by: kmacy
12 lines
214 B
Makefile
12 lines
214 B
Makefile
# $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>
|