Commit b38683f3 authored by Anton Midyukov's avatar Anton Midyukov

kernel: set default KFLAVOURS to 6.18 for sisyphus

parent 26e12bcc
......@@ -7,13 +7,17 @@ else
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call try,KFLAVOURS,un-def)
else
ifeq (,$(filter-out sisyphus p11 c11% c10%,$(BRANCH)))
ifeq (,$(filter-out sisyphus,$(BRANCH)))
@$(call try,KFLAVOURS,6.18)
else
ifeq (,$(filter-out p11 c11% c10%,$(BRANCH)))
@$(call try,KFLAVOURS,6.12)
else
@$(call try,KFLAVOURS,un-def)
endif
endif
endif
endif
@$(call xport,KFLAVOURS)
# r8168 is a kludge, never install it by default
......
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