forked from Minki/linux
07833cd056
sound/soc/intel/baytrail is a niche solution which supports limited number of BYT products - as described by snd_soc_acpi_intel_baytrail_legacy_machines table. For a long time it's deprecated in favor of sound/soc/intel/atom solution with SOF providing support for some products too effectively rendering /baytrail/ redundant. Remove deprecated code from ASoC tree. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Liam Girdwood <liam.r.girdwood@intel.com> Link: https://lore.kernel.org/r/20201006064907.16277-5-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
13 lines
351 B
Makefile
13 lines
351 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Core support
|
|
obj-$(CONFIG_SND_SOC) += common/
|
|
|
|
# Platform Support
|
|
obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
|
|
obj-$(CONFIG_SND_SOC_INTEL_CATPT) += catpt/
|
|
obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += skylake/
|
|
obj-$(CONFIG_SND_SOC_INTEL_KEEMBAY) += keembay/
|
|
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC) += boards/
|