Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1480748 > unrolled thread

[PATCH 3/3] alpha: make short build log available for division routines

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-09-11 09:50 +0200
Last post2016-09-11 09:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/3] alpha: make short build log available for division routines Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-09-11 09:50 +0200

#1480748 — [PATCH 3/3] alpha: make short build log available for division routines

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-09-11 09:50 +0200
Subject[PATCH 3/3] alpha: make short build log available for division routines
Message-ID<sg7Gx-3ey-5@gated-at.bofh.it>
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/alpha/lib/Makefile b/arch/alpha/lib/Makefile
index 5f12e9d..7083434 100644
--- a/arch/alpha/lib/Makefile
+++ b/arch/alpha/lib/Makefile
@@ -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)
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web