diff options
author | Mark Brown <broonie@kernel.org> | 2017-07-03 16:51:30 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-03 16:51:30 +0100 |
commit | 2016d5ed401133539779d8a070abbe42fe9cb3da (patch) | |
tree | 96e1b8b348b2650345057fcaf7324983e6c2559f /sound/soc/intel/skylake/Makefile | |
parent | 05325120861066e1e3e726eda54e429802725a64 (diff) | |
parent | 7d3d6e0645dd3689e625161b9e312108e66b2b51 (diff) | |
download | blackbird-op-linux-2016d5ed401133539779d8a070abbe42fe9cb3da.tar.gz blackbird-op-linux-2016d5ed401133539779d8a070abbe42fe9cb3da.zip |
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'sound/soc/intel/skylake/Makefile')
-rw-r--r-- | sound/soc/intel/skylake/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/Makefile b/sound/soc/intel/skylake/Makefile index 60fbc9bbe473..e7d77722d560 100644 --- a/sound/soc/intel/skylake/Makefile +++ b/sound/soc/intel/skylake/Makefile @@ -1,6 +1,10 @@ snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o skl-messages.o \ skl-topology.o +ifdef CONFIG_DEBUG_FS + snd-soc-skl-objs += skl-debug.o +endif + obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o # Skylake IPC Support |