svn commit: r237560 - in head/sys/modules: rdma/krping toecore

Ulrich Spoerlein uqs at FreeBSD.org
Mon Jun 25 09:46:07 UTC 2012


Author: uqs
Date: Mon Jun 25 09:46:06 2012
New Revision: 237560
URL: http://svn.freebsd.org/changeset/base/237560

Log:
  Fix 'make depend'.

Modified:
  head/sys/modules/rdma/krping/Makefile
  head/sys/modules/toecore/Makefile

Modified: head/sys/modules/rdma/krping/Makefile
==============================================================================
--- head/sys/modules/rdma/krping/Makefile	Mon Jun 25 09:41:47 2012	(r237559)
+++ head/sys/modules/rdma/krping/Makefile	Mon Jun 25 09:46:06 2012	(r237560)
@@ -5,8 +5,8 @@ RDMA= ${.CURDIR}/../../../contrib/rdma/k
 
 KMOD= krping
 SRCS= krping.c krping_dev.c getopt.c
-SRCS+=  bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h
-SRCS+=  vnode_if.h
-CFLAGS+= -I${.CURDIR}/../../../ofed/include 
+SRCS+=  bus_if.h device_if.h pci_if.h pcib_if.h vnode_if.h
+SRCS+=  opt_sched.h opt_inet.h opt_inet6.h
+CFLAGS+= -I${.CURDIR}/../../../ofed/include
 
 .include <bsd.kmod.mk>

Modified: head/sys/modules/toecore/Makefile
==============================================================================
--- head/sys/modules/toecore/Makefile	Mon Jun 25 09:41:47 2012	(r237559)
+++ head/sys/modules/toecore/Makefile	Mon Jun 25 09:46:06 2012	(r237560)
@@ -4,6 +4,6 @@
 
 KMOD=	toecore
 SRCS=	toecore.c
-SRCS+=	opt_ofed.h
+SRCS+=	opt_ofed.h opt_inet.h opt_inet6.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list