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:
parent
293ec5dccc
commit
fb0273d6cd
@ -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; @:
|
||||
|
Loading…
x
Reference in New Issue
Block a user