projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72860b0
)
[ALSA] trivial clean up of sound/isa/sb/Makefile
author
Takashi Iwai
<tiwai@suse.de>
Fri, 30 May 2008 09:27:24 +0000
(11:27 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 30 May 2008 09:27:24 +0000
(11:27 +0200)
Remove unneeded sort in sound/isa/sb/Makefile.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/Makefile
patch
|
blob
|
history
diff --git
a/sound/isa/sb/Makefile
b/sound/isa/sb/Makefile
index
c9d1c98
..
1098a56
100644
(file)
--- a/
sound/isa/sb/Makefile
+++ b/
sound/isa/sb/Makefile
@@
-34,5
+34,3
@@
ifeq ($(CONFIG_SND_SB16_CSP),y)
obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o
endif
obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emu8000-synth.o
-
-obj-m := $(sort $(obj-m))