X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fcore%2FMakefile;h=5a01c76d02e8f0c90b7196c2588e2695a43e6bc8;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=764ac184b2232bd7e7810efc5c8f05a244263e07;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/sound/core/Makefile b/sound/core/Makefile index 764ac184b..5a01c76d0 100644 --- a/sound/core/Makefile +++ b/sound/core/Makefile @@ -3,9 +3,8 @@ # Copyright (c) 1999,2001 by Jaroslav Kysela # -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)