23 lines · plain
1# SPDX-License-Identifier: GPL-2.02snd-hda-core-y := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \3 hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o4 5snd-hda-core-y += trace.o6CFLAGS_trace.o := -I$(src)7 8# for sync with i915 gfx driver9snd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o10snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o11 12obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o13 14#extended hda15obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/16 17snd-intel-dspcfg-y := intel-dsp-config.o18snd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o19obj-$(CONFIG_SND_INTEL_DSP_CONFIG) += snd-intel-dspcfg.o20 21snd-intel-sdw-acpi-y := intel-sdw-acpi.o22obj-$(CONFIG_SND_INTEL_SOUNDWIRE_ACPI) += snd-intel-sdw-acpi.o23