svn commit: r223483 - in head/sys/modules: cxgbe/if_cxgbe nfscl nfscommon

Ulrich Spoerlein uqs at FreeBSD.org
Thu Jun 23 20:31:53 UTC 2011


Author: uqs
Date: Thu Jun 23 20:31:52 2011
New Revision: 223483
URL: http://svn.freebsd.org/changeset/base/223483

Log:
  Fix make buildworld -DMODULES_WITH_WORLD
  Sort opt_ srcs

Modified:
  head/sys/modules/cxgbe/if_cxgbe/Makefile
  head/sys/modules/nfscl/Makefile
  head/sys/modules/nfscommon/Makefile

Modified: head/sys/modules/cxgbe/if_cxgbe/Makefile
==============================================================================
--- head/sys/modules/cxgbe/if_cxgbe/Makefile	Thu Jun 23 17:42:27 2011	(r223482)
+++ head/sys/modules/cxgbe/if_cxgbe/Makefile	Thu Jun 23 20:31:52 2011	(r223483)
@@ -10,6 +10,7 @@ SRCS = t4_main.c t4_sge.c t4_l2t.c
 SRCS+= t4_hw.c
 SRCS+= device_if.h bus_if.h pci_if.h
 SRCS+= opt_inet.h
+SRCS+= opt_ofed.h
 
 CFLAGS+= -I${CXGBE}
 

Modified: head/sys/modules/nfscl/Makefile
==============================================================================
--- head/sys/modules/nfscl/Makefile	Thu Jun 23 17:42:27 2011	(r223482)
+++ head/sys/modules/nfscl/Makefile	Thu Jun 23 20:31:52 2011	(r223483)
@@ -14,13 +14,14 @@ SRCS=	vnode_if.h \
 	nfs_clsubs.c \
 	nfs_clvfsops.c \
 	nfs_clvnops.c \
+	opt_bootp.h \
 	opt_inet.h \
 	opt_inet6.h \
-	opt_bootp.h \
-	opt_nfsroot.h \
+	opt_kdtrace.h \
+	opt_kgssapi.h \
 	opt_nfs.h \
-	opt_ufs.h \
-	opt_kgssapi.h
+	opt_nfsroot.h \
+	opt_ufs.h
 
 .if !defined(KERNBUILDDIR)
 NFS_INET?=	1	# 0/1 - requires INET to be configured in kernel

Modified: head/sys/modules/nfscommon/Makefile
==============================================================================
--- head/sys/modules/nfscommon/Makefile	Thu Jun 23 17:42:27 2011	(r223482)
+++ head/sys/modules/nfscommon/Makefile	Thu Jun 23 20:31:52 2011	(r223483)
@@ -7,9 +7,10 @@ SRCS=	vnode_if.h \
 	nfs_commonkrpc.c \
 	nfs_commonport.c \
 	nfs_commonsubs.c \
-	opt_kgssapi.h \
-	opt_ufs.h \
 	opt_inet6.h \
-	opt_nfs.h
+	opt_kdtrace.h \
+	opt_kgssapi.h \
+	opt_nfs.h \
+	opt_ufs.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list