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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
e19a4e3f1b
commit
3eec029183
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue