xref: /linux/sound/soc/intel/Makefile (revision 4be5e8648b0c287aefc6ac3f3a0b12c696054f43)
1# SPDX-License-Identifier: GPL-2.0
2# Core support
3obj-$(CONFIG_SND_SOC) += common/
4
5# Platform Support
6obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
7obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
8obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
9obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += skylake/
10
11# Machine support
12obj-$(CONFIG_SND_SOC) += boards/
13