mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
cda9043d56
Since cs4232 and cs4236 drivers are merged, there is no reason to keep snd-cs4236-lib module separately. Let's merge it into the main driver as well. Signed-off-by: Takashi Iwai <tiwai@suse.de>
13 lines
265 B
Makefile
13 lines
265 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-cs4231-objs := cs4231.o
|
|
snd-cs4236-objs := cs4236.o cs4236_lib.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_CS4231) += snd-cs4231.o
|
|
obj-$(CONFIG_SND_CS4236) += snd-cs4236.o
|
|
|
|
|