Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Takashi Iwai | 71fc4c7 | 2015-03-03 17:33:10 +0100 | [diff] [blame] | 2 | snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ |
Subhransu S. Prusty | 739ffee | 2016-03-04 19:59:49 +0530 | [diff] [blame] | 3 | hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 4 | |
Takashi Iwai | e311782 | 2015-03-10 15:16:28 +0100 | [diff] [blame] | 5 | snd-hda-core-objs += trace.o |
| 6 | CFLAGS_trace.o := -I$(src) |
| 7 | |
Mengdong Lin | 98d8fc6 | 2015-05-19 22:29:30 +0800 | [diff] [blame] | 8 | # for sync with i915 gfx driver |
Takashi Iwai | a57942b | 2018-07-11 16:23:16 +0200 | [diff] [blame] | 9 | snd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o |
Mengdong Lin | 98d8fc6 | 2015-05-19 22:29:30 +0800 | [diff] [blame] | 10 | snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o |
| 11 | |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 12 | obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o |
Jeeja KP | dfe66a1 | 2015-06-11 14:11:47 +0530 | [diff] [blame] | 13 | |
| 14 | #extended hda |
| 15 | obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/ |