Commit 6288ff05 authored by Anton Midyukov's avatar Anton Midyukov

kernel: use KFLAVOURS 6.12 by default for c10f2 branch

parent 176ef83f
...@@ -7,7 +7,7 @@ else ...@@ -7,7 +7,7 @@ else
ifeq (,$(filter-out riscv64,$(ARCH))) ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call try,KFLAVOURS,un-def) @$(call try,KFLAVOURS,un-def)
else else
ifeq (,$(filter-out sisyphus p11 c11%,$(BRANCH))) ifeq (,$(filter-out sisyphus p11 c11% c10%,$(BRANCH)))
@$(call try,KFLAVOURS,6.12) @$(call try,KFLAVOURS,6.12)
else else
@$(call try,KFLAVOURS,un-def) @$(call try,KFLAVOURS,un-def)
......
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