| 7accea0c | 31-Mar-2021 |
Masahiro Yamada <[email protected]> |
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 meaningle
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
show more ...
|