]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb19e721fdde291c133594b9c0042c2977eeafa99
tree30196f4582cf6ed0a7811974afacfa0f2f148f73
parentbad68f6c0c96b209be688acd1511fc590315093b
ARM: 9154/1: 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 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