[Bluetooth] Fix reference count when connection lookup fails
[pandora-kernel.git] / sound / core / Makefile
index 764ac18..5a01c76 100644 (file)
@@ -3,9 +3,8 @@
 # Copyright (c) 1999,2001 by Jaroslav Kysela <perex@suse.cz>
 #
 
-snd-objs     := sound.o init.o memory.o info.o control.o misc.o \
-                device.o wrappers.o
-ifeq ($(CONFIG_ISA),y)
+snd-objs     := sound.o init.o memory.o info.o control.o misc.o device.o
+ifeq ($(CONFIG_ISA_DMA_API),y)
 snd-objs     += isadma.o
 endif
 ifeq ($(CONFIG_SND_OSSEMUL),y)