Makefile (498495dba268b20e8eadd7fe93c140c68b6cc9d2) Makefile (c6059879be298cccda52f77bf019a7a99eb13e78)
1# SPDX-License-Identifier: GPL-2.0
2# Core support
1# SPDX-License-Identifier: GPL-2.0
2# Core support
3obj-$(CONFIG_SND_SOC_INTEL_COMMON) += common/
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/
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/