summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-22 15:37:29 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-27 21:16:43 +0200
commit66b4f94ea4abe9cbc18b09a7e041faa80befae98 (patch)
tree1549f3358f0c9eab8f3d06512c00ffca9b9db4c5 /arch
parent15d46bac2280def447c7fd74686d44d938c24556 (diff)
downloadbarebox-66b4f94ea4abe9cbc18b09a7e041faa80befae98.tar.gz
barebox-66b4f94ea4abe9cbc18b09a7e041faa80befae98.tar.xz
riscv: remove meaningless LDFLAGS addition
No one sets ldflags-y. This line is meaningless. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Makefile b/arch/riscv/Makefile
index fa8a173d8a..b71a52ad1b 100644
--- a/arch/riscv/Makefile
+++ b/arch/riscv/Makefile
@@ -10,7 +10,6 @@ cflags-y += -fno-pic -pipe
cflags-y += -Wall -Wstrict-prototypes \
-Wno-uninitialized -Wno-format -Wno-main -mcmodel=medany
-LDFLAGS += $(ldflags-y)
LDFLAGS_barebox += -nostdlib
machine-$(CONFIG_MACH_ERIZO) := erizo