Makefile 493 字节
Newer Older
L
Linus Torvalds 已提交
1
snd-hda-intel-objs := hda_intel.o
2 3 4 5
# since snd-hda-intel is the only driver using hda-codec,
# merge it into a single module although it was originally
# designed to be individual modules
snd-hda-intel-objs += hda_codec.o \
6 7 8 9 10 11 12
	hda_generic.o \
	patch_realtek.o \
	patch_cmedia.o \
	patch_analog.o \
	patch_sigmatel.o \
	patch_si3054.o \
	patch_atihdmi.o \
13 14
	patch_conexant.o \
	patch_via.o
L
Linus Torvalds 已提交
15
ifdef CONFIG_PROC_FS
16
snd-hda-intel-objs += hda_proc.o
L
Linus Torvalds 已提交
17 18
endif

19
obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o