svn commit: r225517 - head/sys/modules

Christian Brueffer brueffer at FreeBSD.org
Mon Sep 12 20:57:23 UTC 2011


Author: brueffer
Date: Mon Sep 12 20:57:22 2011
New Revision: 225517
URL: http://svn.freebsd.org/changeset/base/225517

Log:
  Connect the vxge(4) module to the i386/amd64 build.
  
  Catcher of stupid errors: kib
  Approved by:	re (kib)

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Sep 12 20:39:31 2011	(r225516)
+++ head/sys/modules/Makefile	Mon Sep 12 20:57:22 2011	(r225517)
@@ -319,6 +319,7 @@ SUBDIR=	${_3dfx} \
 	vr \
 	vte \
 	vx \
+	${_vxge} \
 	wb \
 	${_wi} \
 	wlan \
@@ -472,6 +473,7 @@ _sppp=		sppp
 _stg=		stg
 _streams=	streams
 _svr4=		svr4
+_vxge=  	vxge
 _wi=		wi
 _xe=		xe
 .if ${MK_ZFS} != "no" || defined(ALL_MODULES)
@@ -625,6 +627,7 @@ _sppp=		sppp
 _tpm=		tpm
 _twa=		twa
 _vesa=		vesa
+_vxge=  	vxge
 _x86bios=	x86bios
 _wi=		wi
 _wpi=		wpi


More information about the svn-src-head mailing list