Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b74c0cad authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

riscv: drop unneeded -Wall addition



The top level Makefile adds -Wall globally:

  KBUILD_CFLAGS   := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \

For riscv, I see two "-Wall" added for compiling each object.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent eef58fdd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@ else
	KBUILD_LDFLAGS += -melf32lriscv
endif

KBUILD_CFLAGS += -Wall

# ISA string setting
riscv-march-$(CONFIG_ARCH_RV32I)	:= rv32ima
riscv-march-$(CONFIG_ARCH_RV64I)	:= rv64ima