[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] add CONFIG_IA64 in tools/libxc/Makefile



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@xxxxxx>
---

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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.