diff mbox

[RFC,4/4] ASoC: topology: Add build support for topology.

Message ID 1429217327.7100.22.camel@loki (mailing list archive)
State New, archived
Headers show

Commit Message

Liam Girdwood April 16, 2015, 8:48 p.m. UTC
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
---
 sound/soc/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown April 20, 2015, 9:38 p.m. UTC | #1
On Thu, Apr 16, 2015 at 09:48:47PM +0100, Liam Girdwood wrote:
> 
> Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
> ---
>  sound/soc/Makefile | 1 +
>  1 file changed, 1 insertion(+)

This needs to be 3/4 to prevent bisection issues.
diff mbox

Patch

diff --git a/sound/soc/Makefile b/sound/soc/Makefile
index 5b3c8f6..a132768 100644
--- a/sound/soc/Makefile
+++ b/sound/soc/Makefile
@@ -1,5 +1,6 @@ 
 snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
 snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o soc-ops.o
+snd-soc-core-objs += soc-topology.o
 
 ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),)
 snd-soc-core-objs += soc-generic-dmaengine-pcm.o