From: H. Peter Anvin Date: Fri, 8 May 2009 22:32:47 +0000 (-0700) Subject: x86, boot: follow standard Kbuild style for compression suffix X-Git-Tag: v2.6.31-rc1~422^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283ab1c0bd462dd0b179393fb081a626f6687413;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed