18 Aug
2015
18 Aug
'15
7 a.m.
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