commit | 669e06b19de8f844521a55afbdddbbccf26e5322 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 26 15:11:12 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Apr 01 10:06:00 2019 +0900 |
tree | b5be7274ab7e5915d550634917cf15ddf0e03995 | |
parent | 79a3aaa7b82e3106be97842dedfd8429248896e6 [diff] |
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>