diff options
Diffstat (limited to 'sound/hda/Makefile')
-rw-r--r-- | sound/hda/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/hda/Makefile b/sound/hda/Makefile index 5b4bb47c16fd..55dd465c7042 100644 --- a/sound/hda/Makefile +++ b/sound/hda/Makefile | |||
@@ -4,4 +4,7 @@ snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ | |||
4 | snd-hda-core-objs += trace.o | 4 | snd-hda-core-objs += trace.o |
5 | CFLAGS_trace.o := -I$(src) | 5 | CFLAGS_trace.o := -I$(src) |
6 | 6 | ||
7 | # for sync with i915 gfx driver | ||
8 | snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o | ||
9 | |||
7 | obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o | 10 | obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o |