]> err.no Git - linux-2.6/blobdiff - sound/core/Makefile
[PATCH] SoftMAC: Prevent multiple authentication attempts on the same network
[linux-2.6] / sound / core / Makefile
index 764ac184b2232bd7e7810efc5c8f05a244263e07..5a01c76d02e8f0c90b7196c2588e2695a43e6bc8 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)