public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 1/2] m68k: remove meaningless $(OS_OBJS)
@ 2021-03-31 14:43 Masahiro Yamada
  2021-03-31 14:43 ` [PATCH 2/2] m68k: remove meaningless EXTRA_LDFLAGS Masahiro Yamada
  2021-03-31 14:59 ` [PATCH 1/2] m68k: remove meaningless $(OS_OBJS) Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Masahiro Yamada @ 2021-03-31 14:43 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-m68k; +Cc: Masahiro Yamada, linux-kernel

'git grep OS_OBJS' hits only this line. $(OS_OBJS) is just empty.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 arch/m68k/fpsp040/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/m68k/fpsp040/Makefile b/arch/m68k/fpsp040/Makefile
index aab04d372ae7..5537807457fb 100644
--- a/arch/m68k/fpsp040/Makefile
+++ b/arch/m68k/fpsp040/Makefile
@@ -12,5 +12,3 @@ obj-y    := bindec.o binstr.o decbin.o do_func.o gen_except.o get_op.o \
 	    x_unfl.o x_unimp.o x_unsupp.o bugfix.o skeleton.o
 
 EXTRA_LDFLAGS := -x
-
-$(OS_OBJS): fpsp.h
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-31 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-31 14:43 [PATCH 1/2] m68k: remove meaningless $(OS_OBJS) Masahiro Yamada
2021-03-31 14:43 ` [PATCH 2/2] m68k: remove meaningless EXTRA_LDFLAGS Masahiro Yamada
2021-03-31 15:01   ` Geert Uytterhoeven
2021-03-31 14:59 ` [PATCH 1/2] m68k: remove meaningless $(OS_OBJS) Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox