X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sound%2Fcore%2FMakefile;h=da8e685eef9c38b1af620acb1c25d403223fd0aa;hb=c328d54cd4ad120d76284e46dcca6c6cf996154a;hp=05f5cdca655c7b9211d25adabd630f30f9e68721;hpb=8f11551b1798170dcffdd28475075ca4f1c6c990;p=deliverable%2Flinux.git diff --git a/sound/core/Makefile b/sound/core/Makefile index 05f5cdca655c..da8e685eef9c 100644 --- a/sound/core/Makefile +++ b/sound/core/Makefile @@ -1,15 +1,12 @@ # # Makefile for ALSA -# Copyright (c) 1999,2001 by Jaroslav Kysela +# Copyright (c) 1999,2001 by Jaroslav Kysela # -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) -snd-objs += sound_oss.o info_oss.o -endif +snd-y := sound.o init.o memory.o info.o control.o misc.o device.o +snd-$(CONFIG_ISA_DMA_API) += isadma.o +snd-$(CONFIG_SND_OSSEMUL) += sound_oss.o info_oss.o +snd-$(CONFIG_SND_VMASTER) += vmaster.o snd-pcm-objs := pcm.o pcm_native.o pcm_lib.o pcm_timer.o pcm_misc.o \ pcm_memory.o