Makefile 372 B

12345678910111213
  1. snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
  2. hdac_regmap.o hdac_controller.o hdac_stream.o array.o
  3. snd-hda-core-objs += trace.o
  4. CFLAGS_trace.o := -I$(src)
  5. # for sync with i915 gfx driver
  6. snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
  7. obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
  8. #extended hda
  9. obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/