Searched hist:"283 ab1c0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | Makefile | 283ab1c0 Fri May 08 17:32:47 CDT 2009 H. Peter Anvin <hpa@zytor.com> 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> 283ab1c0 Fri May 08 17:32:47 CDT 2009 H. Peter Anvin <hpa@zytor.com> 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>
|