OSDN Git Service

ARM: 9154/1: decompressor: do not copy source files while building
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 30 Oct 2021 17:52:58 +0000 (18:52 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 17 Dec 2021 11:34:30 +0000 (11:34 +0000)
commit251cc826be7dec61e574b291b371362c10dd84ea
tree30196f4582cf6ed0a7811974afacfa0f2f148f73
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
ARM: 9154/1: 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 the other library files for further cleanups of the
Makefile and .gitignore.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/boot/compressed/.gitignore
arch/arm/boot/compressed/Makefile
arch/arm/boot/compressed/ashldi3.S [new file with mode: 0644]
arch/arm/boot/compressed/bswapsdi2.S [new file with mode: 0644]
arch/arm/boot/compressed/font.c [new file with mode: 0644]
arch/arm/boot/compressed/hyp-stub.S [new file with mode: 0644]
arch/arm/boot/compressed/lib1funcs.S [new file with mode: 0644]
scripts/remove-stale-files