summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorbalrog2008-01-14 23:09:11 +0100
committerbalrog2008-01-14 23:09:11 +0100
commit423d65f4f9120b7e545ec209398033927373de1d (patch)
treec7f4a204fcc92ea821d9f2d233fe98c23c37affe /Makefile.target
parentMake dsound compile again (patch by malc, spotted by C.W. Betts). (diff)
downloadqemu-423d65f4f9120b7e545ec209398033927373de1d.tar.gz
qemu-423d65f4f9120b7e545ec209398033927373de1d.tar.xz
qemu-423d65f4f9120b7e545ec209398033927373de1d.zip
Gravis Ultrasound GF1 sound card emulation (malc).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3921 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 6c8180ea84..a338090214 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -421,6 +421,9 @@ endif
ifdef CONFIG_ADLIB
SOUND_HW += fmopl.o adlib.o
endif
+ifdef CONFIG_GUS
+SOUND_HW += gus.o gusemu_hal.o gusemu_mixer.o
+endif
ifdef CONFIG_VNC_TLS
CPPFLAGS += $(CONFIG_VNC_TLS_CFLAGS)