License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / sound / core / oss / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for ALSA
4 # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
5 #
6
7 snd-mixer-oss-objs := mixer_oss.o
8
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
12
13 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
14 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o