Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99068
b: refs/heads/master
c: c18f68e
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed May 30, 2008
1 parent bf05d79 commit bb0268b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7482f52789266e2548be5d0f6420c9fc12428d8
refs/heads/master: c18f68e4d809a517ed8df540bac2993a4f14d9a4
9 changes: 2 additions & 7 deletions trunk/sound/pci/ac97/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-ac97-codec-objs := ac97_codec.o ac97_pcm.o

ifneq ($(CONFIG_PROC_FS),)
snd-ac97-codec-objs += ac97_proc.o
endif
snd-ac97-codec-y := ac97_codec.o ac97_pcm.o
snd-ac97-codec-$(CONFIG_PROC_FS) += ac97_proc.o

snd-ak4531-codec-objs := ak4531_codec.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o
obj-$(CONFIG_SND_ENS1370) += snd-ak4531-codec.o

obj-m := $(sort $(obj-m))

0 comments on commit bb0268b

Please sign in to comment.