mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
66a6fd9846
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>
5 lines
169 B
Makefile
5 lines
169 B
Makefile
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
|