mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
Add audio to makefile
This commit is contained in:
parent
77562700c7
commit
3af4415a4a
@ -6,6 +6,9 @@ ifeq ($(iommu),yes)
|
||||
else
|
||||
QEMUFLAGS+=-machine q35
|
||||
endif
|
||||
ifneq ($(audio),no)
|
||||
QEMUFLAGS+=-device ich9-intel-hda -device hda-duplex
|
||||
endif
|
||||
ifeq ($(net),no)
|
||||
QEMUFLAGS+=-net none
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user