diff options
author | Jie Yang <yang.jie@intel.com> | 2015-04-02 10:37:03 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-06 19:49:45 +0300 |
commit | 66a6fd9846f0aecdbab9324b792b319fd8e95e77 (patch) | |
tree | 3c1d410a816401a41c331dc419d94a35f6c50640 /sound/soc/intel/Makefile | |
parent | e56c72d5f201044b14191c5b83a25e17f2d68ccf (diff) | |
download | linux-66a6fd9846f0aecdbab9324b792b319fd8e95e77.tar.xz |
ASoC: Intel: create baytrail folder and move baytrail platform files in
Restructure the sound/soc/intel/ directory: create baytrail folder, and move
sst baytrail platform files here.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Tested-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Makefile')
-rw-r--r-- | sound/soc/intel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index ac0248f100ff..62de82af6703 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile @@ -10,10 +10,7 @@ obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o # Platform Support obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/ -snd-soc-sst-baytrail-pcm-objs := \ - sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o - -obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += snd-soc-sst-baytrail-pcm.o +obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/ # Machine support obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/ |