]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - sound/core/oss/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / sound / core / oss / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for ALSA
c1017a4c 4# Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
1da177e4
LT
5#
6
7snd-mixer-oss-objs := mixer_oss.o
8
887f9f02
TI
9snd-pcm-oss-y := pcm_oss.o
10snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \
11 io.o copy.o linear.o mulaw.o route.o rate.o
1da177e4
LT
12
13obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
14obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o