]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdcc120416badec84f8ef13d98fc578804433abf6
tree8470e59f28c3d185ceec50e452694cdde8fa24ae
parentff0b2541abea82b774b557546dca09877777d82e
mips: decompressor: do not copy source files while building

As commit 1dd9fe613dae ("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