]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - sound/isa/opti9xx/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / sound / isa / opti9xx / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for ALSA
c1017a4c 4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
1da177e4
LT
5#
6
7snd-opti92x-ad1848-objs := opti92x-ad1848.o
8snd-opti92x-cs4231-objs := opti92x-cs4231.o
9snd-opti93x-objs := opti93x.o
1841f613 10snd-miro-objs := miro.o
1da177e4
LT
11
12# Toplevel Module Dependency
13obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o
14obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o
15obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o
1841f613 16obj-$(CONFIG_SND_MIRO) += snd-miro.o