summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:30 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:40 -0500
commita4bf67808779e0df8f977f818733058eeb2fa1b6 (patch)
tree58ab78fe5ebfaff9c8b003df018369f837530ec3 /Makefile.target
parent997e690ab933e4c59315c8bd9e9828ca95262e52 (diff)
downloadhqemu-a4bf67808779e0df8f977f818733058eeb2fa1b6.zip
hqemu-a4bf67808779e0df8f977f818733058eeb2fa1b6.tar.gz
Move sound library selection to sound selection
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.target b/Makefile.target
index 374071c..a0e2002 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -227,24 +227,6 @@ obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o
obj-$(CONFIG_KVM) += kvm.o kvm-all.o
LIBS+=-lz
-ifdef CONFIG_ALSA
-LIBS += -lasound
-endif
-ifdef CONFIG_ESD
-LIBS += -lesd
-endif
-ifdef CONFIG_PA
-LIBS += -lpulse-simple
-endif
-ifdef CONFIG_DSOUND
-LIBS += -lole32 -ldxguid
-endif
-ifdef CONFIG_FMOD
-LIBS += $(FMOD_LIBS)
-endif
-ifdef CONFIG_OSS
-LIBS += $(OSS_LIBS)
-endif
sound-obj-y =
sound-obj-$(CONFIG_SB16) += sb16.o
OpenPOWER on IntegriCloud