]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
alpha: make short build log available for division routines
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 11 Sep 2016 07:42:16 +0000 (16:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 3 May 2017 05:00:55 +0000 (14:00 +0900)
This enables the Kbuild standard log style as follows:

  AS      arch/alpha/lib/__divlu.o
  AS      arch/alpha/lib/__divqu.o
  AS      arch/alpha/lib/__remlu.o
  AS      arch/alpha/lib/__remqu.o

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/alpha/lib/Makefile

index 5f12e9dcd623d2f88e28b14cda5a082f08eedb85..7083434dd2419b7b3ef6ef8e74c204522d4a3257 100644 (file)
@@ -47,5 +47,5 @@ AFLAGS___divlu.o = -DDIV       -DINTSIZE
 AFLAGS___remlu.o =       -DREM -DINTSIZE
 
 $(addprefix $(obj)/,__divqu.o __remqu.o __divlu.o __remlu.o): \
-                                                       $(src)/$(ev6-y)divide.S
-       $(cmd_as_o_S)
+                                               $(src)/$(ev6-y)divide.S FORCE
+       $(call if_changed_rule,as_o_S)