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>
This commit is contained in:
Cao jin 2018-02-21 12:25:07 +08:00 committed by Masahiro Yamada
parent bf0bbdcf10
commit a7b151fffb
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ else
fi;
# final build of init/
${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init GCC_PLUGINS_CFLAGS="${GCC_PLUGINS_CFLAGS}"
${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init
archive_builtin