[alsa-devel] [PATCH] ASoC: topology: Add Kconfig option for topology
Takashi Iwai
tiwai at suse.de
Tue Aug 18 07:00:42 CEST 2015
On Mon, 17 Aug 2015 22:18:35 +0200,
Mark Brown wrote:
>
> On Sat, Aug 15, 2015 at 08:50:08PM +0200, Takashi Iwai wrote:
> > Mark Brown wrote:
>
> > > +ifneq ($(CONFIG_SND_SOC_TOPOLOGY),)
> > > snd-soc-core-objs += soc-topology.o
> > > +endif
>
> > This can be simplified like
>
> > snd-soc-core-$(CONFIG_SND_SOC_TOPOLOGY) += soc-topology.o
>
> Yeah, that thought did occur to me while I was doing this however all
> the other optional files for the core that are in there already use the
> same idiom for some reason so I'm going to go back and update them all
> at once later rather than having some in one style and some in another.
That should suffice. Thanks!
Takashi
More information about the Alsa-devel
mailing list