aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/ebcdic.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik1-0/+2
Re-compile ebcdic.c and sclp_early_core.c for the decompressor, using proper decompressor CFLAGS. This also allows to potentially use instrumentation for those files when built for the main kernel image. With kbuild there is no easy way to re-compile a source file from another directory. Bypass ugly rules and Makefile meta-programming with relative path includes of original files. Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>