mips: decompressor: do not copy source files while building
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 5 Nov 2021 02:38:14 +0000 (11:38 +0900)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 10 Nov 2021 18:45:06 +0000 (19:45 +0100)
commitf78b25ee922ef6faf59a258af1b9388ca894cfd9
tree8470e59f28c3d185ceec50e452694cdde8fa24ae
parente2f4b3be1d3c73176db734565b160250cc1300dd
mips: 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 mips to clean up the Makefile and .gitignore.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/compressed/.gitignore [deleted file]
arch/mips/boot/compressed/Makefile
arch/mips/boot/compressed/ashldi3.c [new file with mode: 0644]
arch/mips/boot/compressed/bswapdi.c [new file with mode: 0644]
arch/mips/boot/compressed/bswapsi.c [new file with mode: 0644]
arch/mips/boot/compressed/uart-ath79.c [new file with mode: 0644]
scripts/remove-stale-files