summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-15 04:14:23 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-17 23:42:59 +0900
commit1b504a7bb18fc32a324712a0fc56d667bdabe258 (patch)
treebf6b1faaa914646681f62cf2bb1e176a4eb944c3 /arch/openrisc
parent558ee616d177c8225e65c75b6b72952408e64a74 (diff)
downloadlinux-0-day-1b504a7bb18fc32a324712a0fc56d667bdabe258.tar.gz
linux-0-day-1b504a7bb18fc32a324712a0fc56d667bdabe258.tar.xz
openrisc: remove unneeded code in arch/openrisc/Makefile
- LDFLAGS_vmlinux is cleared by the top Makefile - 'all: vmlinux' is specified by the top Makefile Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/openrisc/Makefile b/arch/openrisc/Makefile
index 70e06d34006cb..bf10141c74268 100644
--- a/arch/openrisc/Makefile
+++ b/arch/openrisc/Makefile
@@ -20,7 +20,6 @@
KBUILD_DEFCONFIG := or1ksim_defconfig
OBJCOPYFLAGS := -O binary -R .note -R .comment -S
-LDFLAGS_vmlinux :=
LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
KBUILD_CFLAGS += -pipe -ffixed-r10 -D__linux__
@@ -50,5 +49,3 @@ else
BUILTIN_DTB := n
endif
core-$(BUILTIN_DTB) += arch/openrisc/boot/dts/
-
-all: vmlinux