mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 10:04:12 +08:00
8faf141a99
The tom code should be using SND_SST_MFLD_PLATFORM and not the baytrail one. So fix it now Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
11 lines
283 B
Makefile
11 lines
283 B
Makefile
# Core support
|
|
obj-$(CONFIG_SND_SOC_INTEL_SST) += common/
|
|
|
|
# Platform Support
|
|
obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
|
|
obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
|
|
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/
|
|
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/
|