WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix non-x86 build.

# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1170970595 0
# Node ID 620f5cdfe32b52fc61222c9e37f3a3e1c3dfa7c5
# Parent  9e27245a692e9baa2266415eb2c66d0f0510ea30
Fix non-x86 build.
---
 tools/misc/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

diff -r 9e27245a692e -r 620f5cdfe32b tools/misc/Makefile
--- a/tools/misc/Makefile       Thu Feb 08 21:30:29 2007 +0000
+++ b/tools/misc/Makefile       Thu Feb 08 21:36:35 2007 +0000
@@ -9,7 +9,9 @@ CFLAGS   += $(INCLUDES)
 
 HDRS     = $(wildcard *.h)
 
-TARGETS  = xenperf xc_shadow xen-detect
+TARGETS-y := xenperf xc_shadow
+TARGETS-$(CONFIG_X86) += xen-detect
+TARGETS := $(TARGETS-y)
 
 INSTALL_BIN  = $(TARGETS) xencons
 INSTALL_SBIN = netfix xm xen-bugtool xen-python-path xend xenperf

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix non-x86 build., Xen patchbot-unstable <=