projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6]
/
sound
/
pci
/
ac97
/
Makefile
1
#
2
# Makefile for ALSA
3
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4
#
5
6
snd-ac97-codec-y := ac97_codec.o ac97_pcm.o
7
snd-ac97-codec-$(CONFIG_PROC_FS) += ac97_proc.o
8
9
# Toplevel Module Dependency
10
obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o