m68k: fpsp040,ifpsp060: Remove meaningless EXTRA_LDFLAGS
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 31 Mar 2021 14:43:36 +0000 (23:43 +0900)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 6 Apr 2021 07:33:20 +0000 (09:33 +0200)
commit7accea0c95a1ce4cf1bbf622c42b00c27a2dd51d
treeb82831ea3c79a28d04252869be1b058d28220dc8
parent418db20a82a48b8aa08a8f0691125384e2cbc290
m68k: fpsp040,ifpsp060: Remove meaningless EXTRA_LDFLAGS

These two Makefiles contain only built-in objects (i.e. obj-y), which
are collected by $(AR) into a thin-archive.

EXTRA_LDFLAGS is meaningless because $(LD) is not used here.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210331144336.25628-2-masahiroy@kernel.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/fpsp040/Makefile
arch/m68k/ifpsp060/Makefile