Commit 50e657f5 authored by Anton Midyukov's avatar Anton Midyukov

kernel: set default KFLAVOURS to 6.12 for ARCH=loongarch64

parent fbfc6757
...@@ -7,6 +7,9 @@ else ...@@ -7,6 +7,9 @@ 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 loongarch64,$(ARCH)))
@$(call try,KFLAVOURS,6.12)
else
ifeq (,$(filter-out sisyphus,$(BRANCH))) ifeq (,$(filter-out sisyphus,$(BRANCH)))
@$(call try,KFLAVOURS,6.18) @$(call try,KFLAVOURS,6.18)
else else
...@@ -18,6 +21,7 @@ endif ...@@ -18,6 +21,7 @@ endif
endif endif
endif endif
endif endif
endif
@$(call xport,KFLAVOURS) @$(call xport,KFLAVOURS)
# r8168 is a kludge, never install it by default # 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