summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/Makefile
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2015-07-09 15:20:10 +0530
committerMark Brown <broonie@kernel.org>2015-07-09 11:54:26 +0100
commiteb965e3686f5cea669444d120f3723efa88ed56a (patch)
tree16d21caa96946ed14bb7d8b3e1b56f808864d744 /sound/soc/intel/skylake/Makefile
parentd8c2dab8381d58376d127c64553e499569f4d22a (diff)
downloadlinux-eb965e3686f5cea669444d120f3723efa88ed56a.tar.bz2
ASoC: Intel: Add makefile support for SKL driver
This adds makefile and Kconfig to enable Skylake HD audio PCM driver Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/Makefile')
-rw-r--r--sound/soc/intel/skylake/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/Makefile b/sound/soc/intel/skylake/Makefile
new file mode 100644
index 000000000000..734d17cafde7
--- /dev/null
+++ b/sound/soc/intel/skylake/Makefile
@@ -0,0 +1,3 @@
+snd-soc-skl-objs := skl.o skl-pcm.o
+
+obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += snd-soc-skl.o