automatically use kvm if available
This commit is contained in:
parent
8e87cf0f75
commit
e1bfaa5d88
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ QEMU_ARGS = $(addprefix --option-rom ,$(ROMS))
|
||||||
NASM = nasm
|
NASM = nasm
|
||||||
NASM_ARGS = -s -Ilib
|
NASM_ARGS = -s -Ilib
|
||||||
|
|
||||||
EMUL = utils/emul
|
KVM = $(shell test -w /dev/kvm && echo 1)
|
||||||
|
|
||||||
ifdef KVM
|
ifdef KVM
|
||||||
QEMU_ARGS += --enable-kvm
|
QEMU_ARGS += --enable-kvm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue