]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 9189/1: decompressor: fix unneeded rebuilds of library objects
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 31 Mar 2022 08:47:09 +0000 (09:47 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 31 Mar 2022 13:33:40 +0000 (14:33 +0100)
commitd41ea2eee828dc4489d8b7b008a0c11b395694d5
tree44eb2d0c8929ae7d65a189f8c657dbb4655c5df8
parent1e9c1597dc660004e91559e5c8787af4be0f47e3
ARM: 9189/1: decompressor: fix unneeded rebuilds of library objects

Since commit b19e721fdde2 ("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: b19e721fdde2 ("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>
arch/arm/boot/compressed/Makefile