diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-03-31 23:43:36 +0900 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-04-06 09:33:20 +0200 |
commit | 7accea0c95a1ce4cf1bbf622c42b00c27a2dd51d (patch) | |
tree | b82831ea3c79a28d04252869be1b058d28220dc8 /arch/m68k/ifpsp060 | |
parent | 418db20a82a48b8aa08a8f0691125384e2cbc290 (diff) |
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>
Diffstat (limited to 'arch/m68k/ifpsp060')
-rw-r--r-- | arch/m68k/ifpsp060/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/ifpsp060/Makefile b/arch/m68k/ifpsp060/Makefile index 43b435049452..56b530a96c2f 100644 --- a/arch/m68k/ifpsp060/Makefile +++ b/arch/m68k/ifpsp060/Makefile @@ -5,5 +5,3 @@ # for more details. obj-y := fskeleton.o iskeleton.o os.o - -EXTRA_LDFLAGS := -x |