mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
b97169da06
Restructure the sound/soc/intel/ directory: create atom folder, and move sst atom platform files here. Signed-off-by: Jie Yang <yang.jie@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
11 lines
284 B
Makefile
11 lines
284 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_SOC_INTEL_BAYTRAIL) += atom/
|
|
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/
|