Hi Keir,
Here's a patch for the Makefile change you requested.
libxc/ia64/Makefile is now included conditionally on
CONFIG_IA64.
Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson hp.com>
---
diff -r 7ee2c02c6db0 tools/libxc/Makefile
--- a/tools/libxc/Makefile Fri Jul 28 11:10:08 2006 +0100
+++ b/tools/libxc/Makefile Fri Jul 28 06:45:43 2006 -0600
 -35,8
+35,9  GUEST_SRCS-$(CONFIG_MIGRATE) += xc_linux
GUEST_SRCS-$(CONFIG_MIGRATE) += xc_linux_restore.c
xc_linux_save.c
GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c
-# This Makefile only adds files if CONFIG_IA64 is y.
+ifeq ($(CONFIG_IA64),y)
include ia64/Makefile
+endif
CFLAGS += -Werror
CFLAGS += -fno-strict-aliasing
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel lists.xensource.com
http://list
s.xensource.com/xen-ia64-devel
|