You need to sign in or sign up before continuing.
Commit db1d0ee5 authored by Michael Shigorin's avatar Michael Shigorin

kernel: try std-def instead of forcing it

KFLAVOURS could have been set earlier and got overridden here.
parent 3d7a0c5c
...@@ -7,7 +7,7 @@ endif ...@@ -7,7 +7,7 @@ endif
use/kernel: use/kernel:
@$(call add_feature) @$(call add_feature)
@$(call set,KFLAVOURS,std-def) @$(call try,KFLAVOURS,std-def)
# r8168 is a kludge, never install it by default # r8168 is a kludge, never install it by default
use/kernel/net: use/kernel/net:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment