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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to