summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-12 17:01:33 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-07-19 08:40:27 +0900
commitec33408a2279b7c72fc09eb4c7fba805e3ec5afe (patch)
tree9ce4f0b2a8c359e9e9c2be603c6ac261f1021558 /arch/openrisc
parent3a477d4efc57adeb3b2bfd6ccedf6f20d275ae1b (diff)
downloadlinux-0-day-ec33408a2279b7c72fc09eb4c7fba805e3ec5afe.tar.gz
linux-0-day-ec33408a2279b7c72fc09eb4c7fba805e3ec5afe.tar.xz
kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile
Since commit ce99d0bf312d ("kbuild: clear LDFLAGS in the top Makefile"), the top-level Makefile caters to this. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/Makefile b/arch/openrisc/Makefile
index 89076a66eee26..70e06d34006cb 100644
--- a/arch/openrisc/Makefile
+++ b/arch/openrisc/Makefile
@@ -19,7 +19,6 @@
KBUILD_DEFCONFIG := or1ksim_defconfig
-LDFLAGS :=
OBJCOPYFLAGS := -O binary -R .note -R .comment -S
LDFLAGS_vmlinux :=
LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)