kernel: use different kernel flavour on armh only

aarch64 repo has got std-def/un-def flavours by now.
This commit is contained in:
Anton Midyukov 2019-08-28 14:58:27 +07:00 committed by Michael Shigorin
parent 2ac26880f1
commit a947f13211

View File

@ -10,7 +10,7 @@ use/kernel:
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call try,KFLAVOURS,elbrus-def)
else
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
ifeq (,$(filter-out armh,$(ARCH)))
@$(call try,KFLAVOURS,mp)
else
ifeq (,$(filter-out riscv64,$(ARCH)))