treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / sound / isa / cs423x / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# Makefile for ALSA
c1017a4c 4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
1da177e4
LT
5#
6
1da177e4 7snd-cs4231-objs := cs4231.o
cda9043d 8snd-cs4236-objs := cs4236.o cs4236_lib.o
1da177e4
LT
9
10# Toplevel Module Dependency
ab9914f8 11obj-$(CONFIG_SND_CS4231) += snd-cs4231.o
cda9043d
TI
12obj-$(CONFIG_SND_CS4236) += snd-cs4236.o
13
1da177e4 14