Commit a947f132 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

kernel: use different kernel flavour on armh only

aarch64 repo has got std-def/un-def flavours by now.
parent 2ac26880
...@@ -10,7 +10,7 @@ use/kernel: ...@@ -10,7 +10,7 @@ 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 aarch64 armh,$(ARCH))) ifeq (,$(filter-out armh,$(ARCH)))
@$(call try,KFLAVOURS,mp) @$(call try,KFLAVOURS,mp)
else else
ifeq (,$(filter-out riscv64,$(ARCH))) ifeq (,$(filter-out riscv64,$(ARCH)))
......
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