Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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