summaryrefslogtreecommitdiff
path: root/arch/parisc/boot/compressed/real2.S
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05parisc: decompressor: do not copy source files while buildingMasahiro Yamada1-0/+2
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 parisc to clean up the Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Helge Deller <deller@gmx.de> Signed-off-by: Helge Deller <deller@gmx.de>