svn commit: r272039 - stable/9/sys/modules

Bjoern A. Zeeb bz at FreeBSD.org
Tue Sep 23 19:32:43 UTC 2014


Author: bz
Date: Tue Sep 23 19:32:42 2014
New Revision: 272039
URL: http://svnweb.freebsd.org/changeset/base/272039

Log:
  After r266269 unbreak the pc98 builds by only building the xenhvm
  module for amd64 and i386 but not for pc98.

Modified:
  stable/9/sys/modules/Makefile

Modified: stable/9/sys/modules/Makefile
==============================================================================
--- stable/9/sys/modules/Makefile	Tue Sep 23 19:24:13 2014	(r272038)
+++ stable/9/sys/modules/Makefile	Tue Sep 23 19:32:42 2014	(r272039)
@@ -369,7 +369,6 @@ SUBDIR=	\
 
 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
 _filemon=	filemon
-_xenhvm=	xenhvm
 .endif
 
 .if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \
@@ -614,6 +613,7 @@ _twa=		twa
 _vesa=		vesa
 _virtio=	virtio
 _x86bios=	x86bios
+_xenhvm=	xenhvm
 .elif ${MACHINE} == "pc98"
 _canbepm=	canbepm
 _canbus=	canbus
@@ -738,6 +738,7 @@ _viawd=		viawd
 _virtio=	virtio
 _vxge=  	vxge
 _x86bios=	x86bios
+_xenhvm=	xenhvm
 _wbwd=		wbwd
 _wi=		wi
 _wpi=		wpi


More information about the svn-src-all mailing list