Displaying 1 result from an estimated 1 matches for "xc_domai".
Did you mean:
xc_domain
2008 Jan 25
0
[PATCH] libxc/makefiles - Use VPATH
...into libxenctrl.
Signed-off-by: Bastian Blank <waldi@debian.org>
diff -r 31adb5c972d0 -r 11b2e8baa6bf tools/libxc/Makefile
--- a/tools/libxc/Makefile Thu Jan 24 14:41:26 2008 +0000
+++ b/tools/libxc/Makefile Fri Jan 25 19:16:02 2008 +0100
@@ -31,20 +31,11 @@ GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domai
GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_domain_save.c
GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c
-# symlink libelf from xen/common/libelf/
-LIBELF_SRCS := libelf-tools.c libelf-loader.c
-LIBELF_SRCS += libelf-dominfo.c libelf-relocate.c
+VPATH = ../../xen/common/libelf
+CFLAGS +=...