Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2011 20:57:22 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225517 - head/sys/modules
Message-ID:  <201109122057.p8CKvMj7041813@svn.freebsd.org>

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



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