mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 14:20:50 +07: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>
5 lines
150 B
Makefile
5 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
|