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

kernel: use different default flavour for aarch64, armh

parent ffa7919f
......@@ -10,8 +10,12 @@ use/kernel:
ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call try,KFLAVOURS,elbrus-def)
else
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
@$(call try,KFLAVOURS,mp)
else
@$(call try,KFLAVOURS,std-def)
endif
endif
# r8168 is a kludge, never install it by default
use/kernel/net:
......
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