Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2008 01:56:11 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184950 - in head/sys/modules/cxgb: iw_cxgb toecore
Message-ID:  <200811140156.mAE1uB0S075392@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811140156.mAE1uB0S075392>