Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / sound / hda / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
71fc4c7e 2snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
739ffee9 3 hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o
e3d280fc 4
e311782a
TI
5snd-hda-core-objs += trace.o
6CFLAGS_trace.o := -I$(src)
7
98d8fc6c 8# for sync with i915 gfx driver
a57942bf 9snd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o
98d8fc6c
ML
10snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
11
e3d280fc 12obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
dfe66a18
JK
13
14#extended hda
15obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/
303681f4
PLB
16
17snd-intel-nhlt-objs := intel-nhlt.o
18obj-$(CONFIG_SND_INTEL_NHLT) += snd-intel-nhlt.o