]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - sound/core/oss/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6-omap-h63xx.git] / sound / core / oss / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
4 #
5
6 snd-mixer-oss-objs := mixer_oss.o
7
8 snd-pcm-oss-y := pcm_oss.o
9 snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \
10         io.o copy.o linear.o mulaw.o route.o rate.o
11
12 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
13 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o