[PATCH 1/2] m68k: remove meaningless $(OS_OBJS)
From: Masahiro Yamada
Date: Wed Mar 31 2021 - 10:44:53 EST
'git grep OS_OBJS' hits only this line. $(OS_OBJS) is just empty.
Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
---
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