Home
last modified time | relevance | path

Searched hist:"9 c6d6652e950fb34295f446676a811f6df5b8561" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/boot/compressed/
H A DMakefilediff 9c6d6652e950fb34295f446676a811f6df5b8561 Thu Mar 31 10:47:09 CEST 2022 Masahiro Yamada <masahiroy@kernel.org> ARM: 9189/1: decompressor: fix unneeded rebuilds of library objects

Since commit 251cc826be7d ("ARM: 9154/1: decompressor: do not copy source
files while building"), the following three are rebuilt every time.

AS arch/arm/boot/compressed/lib1funcs.o
AS arch/arm/boot/compressed/ashldi3.o
AS arch/arm/boot/compressed/bswapsdi2.o

Move the "OBJS += ..." line up so these objects are added to 'targets'.

Fixes: 251cc826be7d ("ARM: 9154/1: decompressor: do not copy source files while building")
Reported-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>