From 48115d14743e4134fcdd0b8766fc59c917ae1e79 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 9 Mar 2011 16:20:13 +0000 Subject: Move more kernel decompression bits to .init.* sections Based on how c/s 22986:076b63b74cf6 changed xen/libelf/Makefile I suppose this is compatibile with those clang/llvm changes, but I didn't actually test it. Signed-off-by: Jan Beulich --- xen/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/common/Makefile') diff --git a/xen/common/Makefile b/xen/common/Makefile index f5be34f898..1c2a5ca741 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -43,7 +43,7 @@ obj-y += radix-tree.o obj-y += rbtree.o obj-y += lzo.o -obj-$(CONFIG_X86) += decompress.o bunzip2.o unxz.o unlzma.o unlzo.o +obj-bin-$(CONFIG_X86) += $(foreach n,decompress bunzip2 unxz unlzma unlzo,$(n).init.o) obj-$(perfc) += perfc.o obj-$(crash_debug) += gdbstub.o -- cgit v1.2.3