WIP FPC-III support
[linux/fpc-iii.git] / sound / core / oss / Makefile
blobae25edcc3b42ee82e913e50e4a817417622e1622
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for ALSA
4 # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
7 snd-mixer-oss-objs := mixer_oss.o
9 snd-pcm-oss-y := pcm_oss.o
10 snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \
11 io.o copy.o linear.o mulaw.o route.o rate.o
13 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
14 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o