aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-10-07 09:42:51 +0200
committerJan Beulich <jbeulich@suse.com>2013-10-07 09:42:51 +0200
commit84f04d8f0dbfc24a48ee888011ca7410b7bbafc5 (patch)
tree8c4ea4483602a78ddc935cddfd82c525fe68dc7d /tools/libxc/Makefile
parente850049bbc831bfe40b87eaea673675d8a829e74 (diff)
downloadxen-84f04d8f0dbfc24a48ee888011ca7410b7bbafc5.tar.gz
xen-84f04d8f0dbfc24a48ee888011ca7410b7bbafc5.tar.bz2
xen-84f04d8f0dbfc24a48ee888011ca7410b7bbafc5.zip
libxc: add LZ4 decompression support
Since there's no shared or static library to link against, this simply re-uses the hypervisor side code. However, I only audited the code added here for possible security issues, not the referenced code in the hypervisor tree. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 512a994152..4c64c1556b 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -63,6 +63,7 @@ $(patsubst %.c,%.opic,$(ELF_SRCS-y)): CFLAGS += -Wno-pointer-sign
GUEST_SRCS-y += xc_dom_core.c xc_dom_boot.c
GUEST_SRCS-y += xc_dom_elfloader.c
GUEST_SRCS-$(CONFIG_X86) += xc_dom_bzimageloader.c
+GUEST_SRCS-$(CONFIG_X86) += xc_dom_decompress_lz4.c
GUEST_SRCS-$(CONFIG_ARM) += xc_dom_armzimageloader.c
GUEST_SRCS-y += xc_dom_binloader.c
GUEST_SRCS-y += xc_dom_compat_linux.c