Makefile 749 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0
  2. snd-hda-core-objs := 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.o
  4. snd-hda-core-objs += trace.o
  5. CFLAGS_trace.o := -I$(src)
  6. # for sync with i915 gfx driver
  7. snd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o
  8. snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
  9. obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
  10. #extended hda
  11. obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/
  12. snd-intel-dspcfg-objs := intel-dsp-config.o
  13. snd-intel-dspcfg-$(CONFIG_SND_INTEL_NHLT) += intel-nhlt.o
  14. obj-$(CONFIG_SND_INTEL_DSP_CONFIG) += snd-intel-dspcfg.o
  15. snd-intel-sdw-acpi-objs := intel-sdw-acpi.o
  16. obj-$(CONFIG_SND_INTEL_SOUNDWIRE_ACPI) += snd-intel-sdw-acpi.o