]> 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)
commit255e7e6314ee17c0fe68d5446a626f507a520193
tree0c0d7fc239d7efda60f526209f52f9d8818ddef4
parent1cd952d7db5bc55a8a88806c690ab1f040729a4c
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