diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 22:09:11 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 22:09:11 +0000 |
commit | 423d65f4f9120b7e545ec209398033927373de1d (patch) | |
tree | c7f4a204fcc92ea821d9f2d233fe98c23c37affe /Makefile.target | |
parent | a8981ddad8f050dd101a22d14a6e815286d03c05 (diff) |
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.target | 3 |
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) |