diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-10-16 20:00:19 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-20 12:20:35 +0100 |
commit | 0fbc7d7320202489383f520ecd1758b15a00e17c (patch) | |
tree | 5faa7e5df70fdcc59b10f7aed5112fa64c82ef75 /sound/soc/intel/Makefile | |
parent | 60dc8dbacb001b6400624ee72990b85d6d44bce6 (diff) |
ASoC: Intel: sst: Add makefile and kconfig changes
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/Makefile')
-rw-r--r-- | sound/soc/intel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index f841786dad15..9ab43be75311 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile @@ -31,3 +31,6 @@ obj-$(CONFIG_SND_SOC_INTEL_HASWELL_MACH) += snd-soc-sst-haswell.o obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o + +# DSP driver +obj-$(CONFIG_SND_SST_IPC) += sst/ |