1 snd-hda-intel-objs := hda_intel.o
2 # since snd-hda-intel is the only driver using hda-codec,
3 # merge it into a single module although it was originally
4 # designed to be individual modules
5 snd-hda-intel-objs += hda_codec.o \
16 snd-hda-intel-objs += hda_proc.o
19 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o