mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 20:35:24 +07:00
c544912bcc
Add makefile and kconfig changes for Intel KeemBay platform driver. Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@intel.com> Signed-off-by: Sia Jee Heng <jee.heng.sia@intel.com> Link: https://lore.kernel.org/r/1591682783-1923-3-git-send-email-jee.heng.sia@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
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/
|