Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83306862 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Greg Kroah-Hartman
Browse files

alpha: merge build rules of division routines



commit e19a4e3f1bffe45b8e2ea67fcfb0c9c88278c4cc upstream.

These four objects are generated by the same build rule, with
different compile options.  The build rules can be merged.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 721e7cd6
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -46,11 +46,6 @@ AFLAGS___remqu.o = -DREM
AFLAGS___divlu.o = -DDIV       -DINTSIZE
AFLAGS___remlu.o =       -DREM -DINTSIZE

$(obj)/__divqu.o: $(src)/$(ev6-y)divide.S
	$(cmd_as_o_S)
$(obj)/__remqu.o: $(src)/$(ev6-y)divide.S
	$(cmd_as_o_S)
$(obj)/__divlu.o: $(src)/$(ev6-y)divide.S
	$(cmd_as_o_S)
$(obj)/__remlu.o: $(src)/$(ev6-y)divide.S
$(addprefix $(obj)/,__divqu.o __remqu.o __divlu.o __remlu.o): \
							$(src)/$(ev6-y)divide.S
	$(cmd_as_o_S)