Date: Tue, 23 Sep 2014 19:32:43 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r272039 - stable/9/sys/modules Message-ID: <201409231932.s8NJWh2L071038@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231932.s8NJWh2L071038>