mirror of https://gitee.com/openkylin/linux.git
14 lines
405 B
Makefile
14 lines
405 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Core support
|
|
obj-$(CONFIG_SND_SOC) += 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/
|
|
obj-$(CONFIG_SND_SOC_INTEL_KEEMBAY) += keembay/
|
|
|
|
# Machine support
|
|
obj-$(CONFIG_SND_SOC) += boards/
|