commit | 283ab1c0bd462dd0b179393fb081a626f6687413 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Fri May 08 15:32:47 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri May 08 17:16:22 2009 -0700 |
tree | 0dd47e079b6b533864c7c1dbf106ccae36a17da7 | |
parent | 5f11e02019ef44f041e6e38a1363fa2fd4b8785d [diff] |
x86, boot: follow standard Kbuild style for compression suffix When generating the compression suffix in arch/x86/boot/compressed/Makefile, follow standard Kbuild conventions, that is: - Use a dash not underscore before y/m/n endings - Use := whenever possible. Requested-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>