diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-03-31 23:43:35 +0900 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-04-06 09:33:20 +0200 |
commit | 418db20a82a48b8aa08a8f0691125384e2cbc290 (patch) | |
tree | f8d10b7bb1675b7d766d1417d2fd62ba09097fde /arch/m68k | |
parent | 43262178c043032e7c42d00de44c818ba05f9967 (diff) |
m68k: fpsp040: Remove meaningless $(OS_OBJS)
'git grep OS_OBJS' hits only this line. $(OS_OBJS) is just empty.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210331144336.25628-1-masahiroy@kernel.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/fpsp040/Makefile | 2 |
1 files changed, 0 insertions, 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 |