9295aea1e8
Move the file sound/isa/cs423x/cs4231_lib.c into sound/isa/cs423x/wss_lib.c This is the first step toward merging all libraries for Windows Sound System compatible chips into a single library. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Reviewed-by: Rene Herman <rene.herman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
10 lines
186 B
Makefile
10 lines
186 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-wss-lib-objs := wss_lib.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
|
|
|