commit | f78b25ee922ef6faf59a258af1b9388ca894cfd9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Nov 05 11:38:14 2021 +0900 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Wed Nov 10 19:45:06 2021 +0100 |
tree | 8470e59f28c3d185ceec50e452694cdde8fa24ae | |
parent | e2f4b3be1d3c73176db734565b160250cc1300dd [diff] |
mips: 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 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>