vmguest: more dummies for non-kvm cases

There are a few more targets used for Workstation
and Simply images that are rather better plugged
here than patched there.
This commit is contained in:
Michael Shigorin 2020-08-21 18:33:57 +03:00
parent 293ec5dccc
commit fb0273d6cd

View File

@ -49,10 +49,16 @@ endif
else
# kvm-unsupported guest arch
use/vmguest: ; @:
use/vmguest/bare: ; @:
use/vmguest/base: ; @:
use/vmguest/complete: ; @:
ifeq (,$(filter-out e2k%,$(ARCH)))
# no kvm before e2kv6 either
use/vmguest/kvm use/vmguest/kvm/x11: ; @:
endif
endif
+vmguest: use/vmguest/complete; @: