Commit 63ce5de0 authored by Anton Midyukov's avatar Anton Midyukov

regular-vm.mk: set KFLAVOUR mp for armh

configs of kernels 'std-def/un-def' require optimization to support armh SBC. And the 'mp' kernel is already optimized.
parent 429effd1
......@@ -13,11 +13,17 @@ vm/regular-systemd: vm/systemd-net use/vmguest/kvm use/tty/S0 \
mixin/vm-archdep:: use/auto-resize; @:
ifeq (,$(filter-out i586 x86_64 armh aarch64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
mixin/vm-archdep::
@$(call set,KFLAVOURS,std-def un-def)
endif
ifeq (,$(filter-out armh,$(ARCH)))
mixin/vm-archdep::
@$(call set,KFLAVOURS,mp)
endif
ifeq (,$(filter-out armh aarch64,$(ARCH)))
mixin/vm-archdep:: use/bootloader/uboot use/no-sleep use/arm-rpi4; @:
endif
......
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