projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7482f5
)
[ALSA] Clean up sound/pci/ac97/Makefile
author
Takashi Iwai
<
[email protected]
>
Thu, 29 May 2008 16:53:05 +0000
(18:53 +0200)
committer
Takashi Iwai
<
[email protected]
>
Fri, 30 May 2008 07:25:55 +0000
(09:25 +0200)
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/ac97/Makefile
patch
|
blob
|
history
diff --git
a/sound/pci/ac97/Makefile
b/sound/pci/ac97/Makefile
index 0be48b1a22d04c018e1434d9710b0f8981468466..ae36950f256812d4136a2e20bd3b9337ce0fc213 100644
(file)
--- a/
sound/pci/ac97/Makefile
+++ b/
sound/pci/ac97/Makefile
@@
-3,16
+3,11
@@
# Copyright (c) 2001 by Jaroslav Kysela <
[email protected]
>
#
-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))