mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
1c1784387a
Build ca0106_proc.o conditionally to drop unneeded ifdef. Some are replaced with the new CONFIG_SND_PROC_FS. Signed-off-by: Takashi Iwai <tiwai@suse.de>
4 lines
150 B
Makefile
4 lines
150 B
Makefile
snd-ca0106-objs := ca0106_main.o ca0106_mixer.o ca_midi.o
|
|
snd-ca0106-$(CONFIG_SND_PROC_FS) += ca0106_proc.o
|
|
|
|
obj-$(CONFIG_SND_CA0106) += snd-ca0106.o
|