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
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call try,KFLAVOURS,un-def)
else
ifeq (,$(filter-out loongarch64,$(ARCH)))
@$(call try,KFLAVOURS,6.12)
else
ifeq (,$(filter-out sisyphus,$(BRANCH)))
@$(call try,KFLAVOURS,6.18)
else
......@@ -18,6 +21,7 @@ endif
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