kbuild: use -Werror=implicit-... instead of -Werror-implicit-...
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Mon, 4 Mar 2019 12:55:20 +0000 (13:55 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Mar 2019 13:39:20 +0000 (22:39 +0900)
commitb89f25ea78920680199b79f80d296c89997deb9d
tree6cc8b64584fe097c05da5a77de7fadbc9c009d75
parentfa7295ab69a32d2bea0fc67ef7e1a2a4c324db1b
kbuild: use -Werror=implicit-... instead of -Werror-implicit-...

The flag '-Werror-implicit-function-declaration', present in GCC 2.95,
stopped to be documented in GCC 4.3, replaced by the more generic
'-Werror=...' form.

So, use the equivalent '-Werror=implicit-function-declaration' instead.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile