git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f11e02
)
x86, boot: follow standard Kbuild style for compression suffix
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 8 May 2009 22:32:47 +0000
(15:32 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Sat, 9 May 2009 00:16:22 +0000
(17:16 -0700)
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>
No differences found