projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
/home/lenb/src/to-linus-stable branch 'acpi-2.6.12'
[linux-2.6]
/
sound
/
pci
/
hda
/
Makefile
1
snd-hda-intel-objs := hda_intel.o
2
snd-hda-codec-objs := hda_codec.o hda_generic.o patch_realtek.o patch_cmedia.o patch_analog.o patch_sigmatel.o
3
ifdef CONFIG_PROC_FS
4
snd-hda-codec-objs += hda_proc.o
5
endif
6
7
obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o snd-hda-codec.o