xref: /OK3568_Linux_fs/kernel/sound/hda/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyunsnd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
3*4882a593Smuzhiyun	hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunsnd-hda-core-objs += trace.o
6*4882a593SmuzhiyunCFLAGS_trace.o := -I$(src)
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun# for sync with i915 gfx driver
9*4882a593Smuzhiyunsnd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o
10*4882a593Smuzhiyunsnd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunobj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun#extended hda
15*4882a593Smuzhiyunobj-$(CONFIG_SND_HDA_EXT_CORE) += ext/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunsnd-intel-dspcfg-objs := intel-dsp-config.o
18*4882a593Smuzhiyunsnd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o
19*4882a593Smuzhiyunobj-$(CONFIG_SND_INTEL_DSP_CONFIG) += snd-intel-dspcfg.o
20