svn commit: r184950 - in head/sys/modules/cxgb: iw_cxgb toecore

Paul Saab ps at FreeBSD.org
Thu Nov 13 17:56:11 PST 2008


Author: ps
Date: Fri Nov 14 01:56:11 2008
New Revision: 184950
URL: http://svn.freebsd.org/changeset/base/184950

Log:
  Fix world
  
  Approved by:	kmacy

Modified:
  head/sys/modules/cxgb/iw_cxgb/Makefile
  head/sys/modules/cxgb/toecore/Makefile

Modified: head/sys/modules/cxgb/iw_cxgb/Makefile
==============================================================================
--- head/sys/modules/cxgb/iw_cxgb/Makefile	Fri Nov 14 01:53:10 2008	(r184949)
+++ head/sys/modules/cxgb/iw_cxgb/Makefile	Fri Nov 14 01:56:11 2008	(r184950)
@@ -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
 

Modified: head/sys/modules/cxgb/toecore/Makefile
==============================================================================
--- head/sys/modules/cxgb/toecore/Makefile	Fri Nov 14 01:53:10 2008	(r184949)
+++ head/sys/modules/cxgb/toecore/Makefile	Fri Nov 14 01:56:11 2008	(r184950)
@@ -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>


More information about the svn-src-all mailing list