x86, boot: follow standard Kbuild style for compression suffix
commit283ab1c0bd462dd0b179393fb081a626f6687413
authorH. Peter Anvin <hpa@zytor.com>
Fri, 8 May 2009 22:32:47 +0000 (8 15:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 9 May 2009 00:16:22 +0000 (8 17:16 -0700)
tree0dd47e079b6b533864c7c1dbf106ccae36a17da7
parent5f11e02019ef44f041e6e38a1363fa2fd4b8785d
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>
arch/x86/boot/compressed/Makefile