Skip to content

Commit

Permalink
kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
Cao jin authored and masahir0y committed Mar 2, 2018
1 parent bf0bbdc commit a7b151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/link-vmlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a7b151f

Please sign in to comment.