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:
parent
bf0bbdcf10
commit
a7b151fffb
|
@ -246,7 +246,7 @@ else
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# final build of init/
|
# 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
|
archive_builtin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue