parisc: decompressor: do not copy source files while building
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Dec 2021 03:09:15 +0000 (12:09 +0900)
committerHelge Deller <deller@gmx.de>
Wed, 5 Jan 2022 00:22:13 +0000 (01:22 +0100)
commit3cbadd20e3db4ca20901d0f05d921be55ad07237
tree0379fbac57ac35904163249c918d53f47de4f290
parentc9e6606c7fe92b50a02ce51dda82586ebdf99b48
parisc: decompressor: do not copy source files while building

As commit 7ae4a78daacf ("ARM: 8969/1: decompressor: simplify libfdt
builds") stated, copying source files during the build time may not
end up with as clean code as expected.

Do similar for parisc to clean up the Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/boot/compressed/.gitignore
arch/parisc/boot/compressed/Makefile
arch/parisc/boot/compressed/firmware.c [new file with mode: 0644]
arch/parisc/boot/compressed/real2.S [new file with mode: 0644]
scripts/remove-stale-files