]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATION
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Jun 2018 16:41:51 +0000 (01:41 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 28 Jun 2018 13:48:07 +0000 (22:48 +0900)
commit70a38363129b56d33946007939770cced73820f7
tree0d55cb95695b3698832b9eefc976464f5aeab5d8
parent45b055b3da9557ff1a9939a629eb5c7f26ba076c
kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATION

Since commit dfb4cc6f37d0 ("kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION
to be selectable if enabled"), HAVE_LD_DEAD_CODE_DATA_ELIMINATION is
supposed to be selected by architectures that are capable of this
functionality.  LD_DEAD_CODE_DATA_ELIMINATION is now users' selection.
Update the help message.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
init/Kconfig