]> Git Repo - linux.git/blame - sound/isa/cs423x/Makefile
Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux.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 <[email protected]>
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
This page took 1.026704 seconds and 4 git commands to generate.