projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wirel...
[linux-2.6]
/
sound
/
pci
/
hda
/
Makefile
1
snd-hda-intel-objs := hda_intel.o
2
snd-hda-codec-objs := hda_codec.o \
3
hda_generic.o \
4
patch_realtek.o \
5
patch_cmedia.o \
6
patch_analog.o \
7
patch_sigmatel.o \
8
patch_si3054.o \
9
patch_atihdmi.o \
10
patch_conexant.o \
11
patch_via.o
12
ifdef CONFIG_PROC_FS
13
snd-hda-codec-objs += hda_proc.o
14
endif
15
16
obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o snd-hda-codec.o