diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-03-26 15:11:12 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-01 10:06:00 +0900 |
commit | 669e06b19de8f844521a55afbdddbbccf26e5322 (patch) | |
tree | b5be7274ab7e5915d550634917cf15ddf0e03995 /arch | |
parent | 79a3aaa7b82e3106be97842dedfd8429248896e6 (diff) | |
download | linux-669e06b19de8f844521a55afbdddbbccf26e5322.tar.bz2 |
kbuild: move RETPOLINE flags below config-targets
When you run a "make *config" target, the retpoline compiler flags
are evaluated for nothing because the code is located above the
'ifeq ($(config-targets),1)'.
Move it a bit below to avoid unneeded computation in the Kconfig stage.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions