Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7b151ff authored by Cao jin's avatar Cao jin Committed by Masahiro Yamada
Browse files

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: default avatarCao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent bf0bbdcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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