Commit f33644ed authored by Anton Midyukov's avatar Anton Midyukov

kernel: Set default kernel to std-def for armh

parent c00f508b
......@@ -10,16 +10,12 @@ use/kernel:
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call try,KFLAVOURS,elbrus-def)
else
ifeq (,$(filter-out armh,$(ARCH)))
@$(call try,KFLAVOURS,mp)
else
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call try,KFLAVOURS,un-def)
else
@$(call try,KFLAVOURS,std-def)
endif
endif
endif
@$(call xport,KFLAVOURS)
use/kernel/latest: use/kernel; @:
......
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