]> 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)
commit97ea5dfdf3dd93cf8fafb15af8d8137b7acafccc
tree8470e59f28c3d185ceec50e452694cdde8fa24ae
parent8fd92894bb565b348305a63a069a60b53bd07ceb
mips: decompressor: do not copy source files while building

As commit 963c493d6585 ("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