From: Takashi Iwai Date: Fri, 30 May 2008 09:27:24 +0000 (+0200) Subject: [ALSA] trivial clean up of sound/isa/sb/Makefile X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2621f0338ce4e3e57cc32a967f5a3d2999390fe3;p=linux-beck.git [ALSA] trivial clean up of sound/isa/sb/Makefile Remove unneeded sort in sound/isa/sb/Makefile. Signed-off-by: Takashi Iwai --- diff --git a/sound/isa/sb/Makefile b/sound/isa/sb/Makefile index c9d1c986d70e..1098a56b2f4b 100644 --- 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))