commit | 251cc826be7dec61e574b291b371362c10dd84ea | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sat Oct 30 18:52:58 2021 +0100 |
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | Fri Dec 17 11:34:30 2021 +0000 |
tree | 30196f4582cf6ed0a7811974afacfa0f2f148f73 | |
parent | fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf [diff] |
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>