Skip to content
Commit d3dd3b5a authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 0b4eb462
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment