regular-vm.mk: kernel un-def for armh

This commit is contained in:
Anton Midyukov 2022-08-04 13:22:12 +07:00
parent f078b35131
commit 8650035421

View File

@ -20,7 +20,7 @@ endif
ifeq (,$(filter-out armh,$(ARCH)))
mixin/vm-archdep::
@$(call set,KFLAVOURS,mp)
@$(call set,KFLAVOURS,un-def mp)
endif