ia64/xen-unstable
changeset 6888:6da7a6d8b575
Fix build!
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu Sep 15 08:56:13 2005 +0000 (2005-09-15) |
parents | bdc77b74bf61 |
children | 7ce64f021a2c |
files | tools/libxc/Makefile |
line diff
1.1 --- a/tools/libxc/Makefile Thu Sep 15 07:45:06 2005 +0000 1.2 +++ b/tools/libxc/Makefile Thu Sep 15 08:56:13 2005 +0000 1.3 @@ -23,10 +23,6 @@ SRCS += xc_misc.c 1.4 SRCS += xc_physdev.c 1.5 SRCS += xc_private.c 1.6 SRCS += xc_sedf.c 1.7 -BUILD_SRCS += xc_linux_build.c 1.8 -BUILD_SRCS += xc_load_bin.c 1.9 -BUILD_SRCS += xc_load_elf.c 1.10 -BUILD_SRCS += xg_private.c 1.11 1.12 ifeq ($(XEN_TARGET_ARCH),ia64) 1.13 BUILD_SRCS += xc_ia64_stubs.c 1.14 @@ -35,9 +31,13 @@ SRCS += xc_ptrace.c 1.15 SRCS += xc_ptrace_core.c 1.16 1.17 BUILD_SRCS := xc_load_aout9.c 1.18 +BUILD_SRCS += xc_load_bin.c 1.19 +BUILD_SRCS += xc_load_elf.c 1.20 +BUILD_SRCS += xc_linux_build.c 1.21 BUILD_SRCS += xc_linux_restore.c 1.22 BUILD_SRCS += xc_linux_save.c 1.23 BUILD_SRCS += xc_vmx_build.c 1.24 +BUILD_SRCS += xg_private.c 1.25 endif 1.26 1.27 CFLAGS += -Wall