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)))
|
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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user