Re: 2.5.51 breaks ALSA AWE32

Kai Germaschewski (kai@tp1.ruhr-uni-bochum.de)
Thu, 12 Dec 2002 14:55:28 -0600 (CST)


On Thu, 12 Dec 2002, Sam Ravnborg wrote:

> One detail when looking at the patch:
>
> > ===== sound/synth/emux/Makefile 1.4 vs edited =====
> > --- 1.4/sound/synth/emux/Makefile Tue Jun 18 04:16:20 2002
> > +++ edited/sound/synth/emux/Makefile Thu Dec 12 14:20:08 2002
> > @@ -5,16 +5,11 @@
> >
> > export-objs := emux.o
> >
> > -snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
> > - emux_effect.o emux_proc.o soundfont.o
> > -ifeq ($(CONFIG_SND_SEQUENCER_OSS),y)
> > - snd-emux-synth-objs += emux_oss.o
> > -endif
> > +snd-emux-synth-y := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
> > + emux_effect.o emux_proc.o soundfont.o
> > +snd-emux-synth-$(CONFIG_SND_SEQUENCER_OSS) += emux_oss.o
>
> snd-emux-synth-objs := $(snd-emux-synth-y)

Nope, kbuild does that for you ;)
(And yes, lots of places still do it manually, but it's not necessary
anymore).

--Kai

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/