freebsd-nq/sys/modules/cxgb/toecore/Makefile
2007-12-15 22:03:19 +00:00

8 lines
185 B
Makefile

# $FreeBSD$
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>