kernel: Set default kernel to std-def for armh
This commit is contained in:
parent
c00f508b84
commit
f33644ed3b
@ -10,15 +10,11 @@ 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user