kernel: Set default kernel to std-def for armh

This commit is contained in:
Anton Midyukov 2020-10-22 00:44:01 +07:00
parent c00f508b84
commit f33644ed3b

View File

@ -10,15 +10,11 @@ use/kernel:
ifeq (,$(filter-out e2k%,$(ARCH))) ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call try,KFLAVOURS,elbrus-def) @$(call try,KFLAVOURS,elbrus-def)
else else
ifeq (,$(filter-out armh,$(ARCH)))
@$(call try,KFLAVOURS,mp)
else
ifeq (,$(filter-out riscv64,$(ARCH))) ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call try,KFLAVOURS,un-def) @$(call try,KFLAVOURS,un-def)
else else
@$(call try,KFLAVOURS,std-def) @$(call try,KFLAVOURS,std-def)
endif endif
endif
endif endif
@$(call xport,KFLAVOURS) @$(call xport,KFLAVOURS)