diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:30 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:40 -0500 |
commit | a4bf67808779e0df8f977f818733058eeb2fa1b6 (patch) | |
tree | 58ab78fe5ebfaff9c8b003df018369f837530ec3 /Makefile.target | |
parent | 997e690ab933e4c59315c8bd9e9828ca95262e52 (diff) |
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.target | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.target b/Makefile.target index 374071c8ae..a0e200294a 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 |