]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment
authorCao jin <caoj.fnst@cn.fujitsu.com>
Wed, 21 Feb 2018 04:25:07 +0000 (12:25 +0800)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 2 Mar 2018 00:20:56 +0000 (09:20 +0900)
commit66bf27bb3202ea59b6b5b45a83caf0849b6a5706
tree0c0d7fc239d7efda60f526209f52f9d8818ddef4
parent7708e1c341a92d6f6c5c987059b84fbef98da205
kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment

GCC_PLUGINS_CFLAGS is already in the environment, so it is superfluous
to add it in commandline of final build of init/.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/link-vmlinux.sh