Takashi Iwai | 71fc4c7 | 2015-03-03 17:33:10 +0100 | [diff] [blame] | 1 | snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ |
Takashi Iwai | 1475241 | 2015-04-14 12:15:47 +0200 | [diff] [blame] | 2 | hdac_regmap.o hdac_controller.o hdac_stream.o array.o |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 3 | |
Takashi Iwai | e311782 | 2015-03-10 15:16:28 +0100 | [diff] [blame] | 4 | snd-hda-core-objs += trace.o |
| 5 | CFLAGS_trace.o := -I$(src) |
| 6 | |
Mengdong Lin | 98d8fc6 | 2015-05-19 22:29:30 +0800 | [diff] [blame] | 7 | # for sync with i915 gfx driver |
| 8 | snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o |
| 9 | |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 10 | obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o |
Jeeja KP | dfe66a1 | 2015-06-11 14:11:47 +0530 | [diff] [blame^] | 11 | |
| 12 | #extended hda |
| 13 | obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/ |