X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fdrivers%2Fopl3%2FMakefile;h=6cf9980234903d81c095c0e3bb8e400d4dda3306;hb=6367666f534ee8fa9c6a7b667f38b5e445f85918;hp=12059785b5cb95dfd9044eb6022f62be750136d4;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/sound/drivers/opl3/Makefile b/sound/drivers/opl3/Makefile index 12059785b..6cf998023 100644 --- a/sound/drivers/opl3/Makefile +++ b/sound/drivers/opl3/Makefile @@ -18,5 +18,4 @@ endif sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_SND_SEQUENCER),$(1))) obj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o -obj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o obj-$(call sequencer,$(CONFIG_SND_OPL3_LIB)) += snd-opl3-synth.o