Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2621f033 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

[ALSA] trivial clean up of sound/isa/sb/Makefile



Remove unneeded sort in sound/isa/sb/Makefile.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 72860b0f
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -34,5 +34,3 @@ ifeq ($(CONFIG_SND_SB16_CSP),y)
  obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o
  obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o
endif
endif
obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emu8000-synth.o
obj-$(call sequencer,$(CONFIG_SND_SBAWE)) += snd-emu8000-synth.o

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