Skip to content
Snippets Groups Projects
Commit 669e06b1 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 79a3aaa7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment