aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-09 07:52:27 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-09 07:52:27 +0000
commitab77e81f6521e97ac2fe2218013d5871a893db0f (patch)
treeb9a2ce5ef8aa85c01c304eeea6ae6c965dda2947 /xen/common/Makefile
parent14ec087884b13aa9de838ab11fd4e67e255d4ded (diff)
downloadxen-ab77e81f6521e97ac2fe2218013d5871a893db0f.tar.gz
xen-ab77e81f6521e97ac2fe2218013d5871a893db0f.tar.bz2
xen-ab77e81f6521e97ac2fe2218013d5871a893db0f.zip
x86/dom0: support bzip2 and lzma compressed bzImage payloads
This matches functionality in the tools already supporting the same for DomU-s. Code taken from Linux 2.6.32-rc and adjusted as little as possible to be usable in Xen. The question is whether, particularly for non-Linux Dom0-s, plain ELF images compressed by bzip2 or lzma should also be supported. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 27b13f3e34..a68bc7f8ee 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -35,6 +35,8 @@ obj-y += radix-tree.o
obj-y += rbtree.o
obj-y += lzo.o
+obj-$(CONFIG_X86) += decompress.o bunzip2.o unlzma.o
+
obj-$(perfc) += perfc.o
obj-$(crash_debug) += gdbstub.o
obj-$(xenoprof) += xenoprof.o