repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PARPORT] SUNBPP: Fix OOPS when debugging is enabled.
[linux/fpc-iii.git]
/
sound
/
pci
/
hda
/
Makefile
blob
60d7b05a204a28a26c8cf2dab727454e9b276533
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