mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 08:50:46 +07:00
13 lines
365 B
Makefile
13 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/
|