Commit 3eec0291 authored by Masahiro Yamada's avatar Masahiro Yamada

alpha: make short build log available for division routines

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent e19a4e3f
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment