Commit fb0273d6 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 293ec5dc
......@@ -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; @:
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