mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
12 lines
365 B
Makefile
12 lines
365 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Core support
|
|
obj-$(CONFIG_SND_SOC_INTEL_COMMON) += common/
|
|
|
|
# Platform Support
|
|
obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
|
|
obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
|
|
obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += atom/
|
|
obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += skylake/
|
|
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC) += boards/
|