diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-12 17:01:33 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-19 08:40:27 +0900 |
commit | ec33408a2279b7c72fc09eb4c7fba805e3ec5afe (patch) | |
tree | 9ce4f0b2a8c359e9e9c2be603c6ac261f1021558 /arch/openrisc | |
parent | 3a477d4efc57adeb3b2bfd6ccedf6f20d275ae1b (diff) |
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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/Makefile b/arch/openrisc/Makefile index 89076a66eee2..70e06d34006c 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) |