Add audio to makefile
This commit is contained in:
parent
77562700c7
commit
3af4415a4a
|
@ -6,6 +6,9 @@ ifeq ($(iommu),yes)
|
||||||
else
|
else
|
||||||
QEMUFLAGS+=-machine q35
|
QEMUFLAGS+=-machine q35
|
||||||
endif
|
endif
|
||||||
|
ifneq ($(audio),no)
|
||||||
|
QEMUFLAGS+=-device ich9-intel-hda -device hda-duplex
|
||||||
|
endif
|
||||||
ifeq ($(net),no)
|
ifeq ($(net),no)
|
||||||
QEMUFLAGS+=-net none
|
QEMUFLAGS+=-net none
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue