aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-15 08:56:13 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-15 08:56:13 +0000
commit26f7bcf1d3f26fc79551a7a79b0e95fcb2d8effe (patch)
tree8f1f866b81ad0fb2ed552c7f23075a769be0876b /tools/libxc
parent25c03baf3567a3678017d27faaf300b89bd8923d (diff)
downloadxen-26f7bcf1d3f26fc79551a7a79b0e95fcb2d8effe.tar.gz
xen-26f7bcf1d3f26fc79551a7a79b0e95fcb2d8effe.tar.bz2
xen-26f7bcf1d3f26fc79551a7a79b0e95fcb2d8effe.zip
Fix build!
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/libxc')
-rw-r--r--tools/libxc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 9c050b66f1..c4f6849fcd 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -23,10 +23,6 @@ SRCS += xc_misc.c
SRCS += xc_physdev.c
SRCS += xc_private.c
SRCS += xc_sedf.c
-BUILD_SRCS += xc_linux_build.c
-BUILD_SRCS += xc_load_bin.c
-BUILD_SRCS += xc_load_elf.c
-BUILD_SRCS += xg_private.c
ifeq ($(XEN_TARGET_ARCH),ia64)
BUILD_SRCS += xc_ia64_stubs.c
@@ -35,9 +31,13 @@ SRCS += xc_ptrace.c
SRCS += xc_ptrace_core.c
BUILD_SRCS := xc_load_aout9.c
+BUILD_SRCS += xc_load_bin.c
+BUILD_SRCS += xc_load_elf.c
+BUILD_SRCS += xc_linux_build.c
BUILD_SRCS += xc_linux_restore.c
BUILD_SRCS += xc_linux_save.c
BUILD_SRCS += xc_vmx_build.c
+BUILD_SRCS += xg_private.c
endif
CFLAGS += -Wall