[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] ia64: Fix build
Hi, Xenpaging supports only x86. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> -- KUWAMURA Shin'ya # HG changeset patch # User KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> # Date 1261718720 -32400 # Node ID 1f8cd3b61af37418703d18efc3f2cccb59ec208d # Parent 107f6fc725a37200931b5b10c4397d4c540e3fe4 ia64: Fix build Xenpaging support only x86. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> diff -r 107f6fc725a3 -r 1f8cd3b61af3 tools/Makefile --- a/tools/Makefile Fri Dec 25 11:25:02 2009 +0900 +++ b/tools/Makefile Fri Dec 25 14:25:20 2009 +0900 @@ -35,7 +35,7 @@ SUBDIRS-y += xenpmd SUBDIRS-y += libxl SUBDIRS-y += remus -SUBDIRS-y += xenpaging +SUBDIRS--$(CONFIG_X86) += xenpaging # These don't cross-compile ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |