1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Fix world

Approved by:	kmacy
This commit is contained in:
Paul Saab 2008-11-14 01:56:11 +00:00
parent c12dbd1d96
commit b26f0efddd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184950
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ KMOD= iw_cxgb
SRCS= iw_cxgb.c iw_cxgb_cm.c iw_cxgb_hal.c
SRCS+= iw_cxgb_provider.c iw_cxgb_qp.c iw_cxgb_resource.c
SRCS+= iw_cxgb_ev.c iw_cxgb_mem.c iw_cxgb_dbg.c iw_cxgb_cq.c
SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h opt_ktr.h
SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h opt_ktr.h opt_inet.h
CFLAGS+= -g -I${CXGB}
#CFLAGS+= -DDEBUG

View File

@ -5,7 +5,7 @@ CXGB = ${.CURDIR}/../../../dev/cxgb
KMOD= toecore
SRCS= toedev.c
SRCS+= device_if.h bus_if.h pci_if.h opt_sched.h
SRCS+= device_if.h bus_if.h pci_if.h opt_sched.h opt_inet.h
CFLAGS+= -g -I${CXGB}
.include <bsd.kmod.mk>