From: H. Peter Anvin Date: Wed, 6 May 2009 04:17:15 +0000 (-0700) Subject: kbuild: allow compressors (gzip, bzip2, lzma) to take multiple inputs X-Git-Tag: v2.6.31-rc1~422^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3dd3b5a29bb9582957451531fed461628dfc834;p=pandora-kernel.git kbuild: allow compressors (gzip, bzip2, lzma) to take multiple inputs Allow the compression commands in Kbuild (i.e. gzip, bzip2, lzma) to take multiple input files and emit the concatenated compressed output. This avoids an intermediate step when a kernel image is built from multiple components, such as the relocatable x86-32 kernel. Sam Ravnborg integrated the bin_size script into the Makefile. [ Impact: new build feature, not yet used ] Signed-off-by: H. Peter Anvin Acked-by: Sam Ravnborg --- Reading git-diff-tree failed