Searched hist:e0aa099c18e83ce6983270da36349e3d52179335 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/ |
H A D | Makefile | diff e0aa099c18e83ce6983270da36349e3d52179335 Tue Feb 20 11:31:34 CET 2018 Vasily Gorbik <gor@linux.vnet.ibm.com> s390: set bzImage as default image for packaging
Even though s390 compressed kernel support has been introduced long ago, by default uncompressed kernel image is used by packaging targets like: "make rpm-pkg", "make deb-pkg" as well as "make image_name".
At the same time "make install" would use compressed bzImage by default. To avoid ambiguity, set bzImage as default image for packaging.
Signed-off-by: Vasily Gorbik <gor@linux.vnet.ibm.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|