aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/sb
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-05-30 05:27:24 -0400
committerTakashi Iwai <tiwai@suse.de>2008-05-30 05:27:24 -0400
commit2621f0338ce4e3e57cc32a967f5a3d2999390fe3 (patch)
tree4b9e9485cc11a0c719e760b65e748fdb2c12df41 /sound/isa/sb
parent72860b0f3c4a303498c9e16c8a4a38ddf23d56de (diff)
[ALSA] trivial clean up of sound/isa/sb/Makefile
Remove unneeded sort in sound/isa/sb/Makefile. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/sb')
-rw-r--r--sound/isa/sb/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/isa/sb/Makefile b/sound/isa/sb/Makefile
index c9d1c986d70..1098a56b2f4 100644
--- a/sound/isa/sb/Makefile
+++ b/sound/isa/sb/Makefile
@@ -34,5 +34,3 @@ ifeq ($(CONFIG_SND_SB16_CSP),y)
34 obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o 34 obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o
35endif 35endif
36obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emu8000-synth.o 36obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emu8000-synth.o
37
38obj-m := $(sort $(obj-m))