Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -2
+2 -2
arch/alpha/lib/Makefile
··· 47 47 AFLAGS___remlu.o = -DREM -DINTSIZE 48 48 49 49 $(addprefix $(obj)/,__divqu.o __remqu.o __divlu.o __remlu.o): \ 50 - $(src)/$(ev6-y)divide.S 51 - $(cmd_as_o_S) 50 + $(src)/$(ev6-y)divide.S FORCE 51 + $(call if_changed_rule,as_o_S)