summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2014-10-27 14:26:43 (GMT)
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-11-04 22:21:56 (GMT)
commit7c10a2b5876e014b3986d7e20b2a2894a757b138 (patch)
tree90c2208a34d9379b6d5c770dd02e25da32e6e2a6 /drivers/gpu/drm/i915/Makefile
parent3ead8bb26e1e3a8b35f41a0eb65a1bd571b0204e (diff)
downloadlinux-7c10a2b5876e014b3986d7e20b2a2894a757b138.tar.xz
drm/i915: add new intel audio file to group DP/HDMI audio
In preparation for some additional cleanup. No functional changes. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 9c646c6..891e584 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -44,7 +44,8 @@ i915-y += intel_renderstate_gen6.o \
intel_renderstate_gen9.o
# modesetting core code
-i915-y += intel_bios.o \
+i915-y += intel_audio.o \
+ intel_bios.o \
intel_display.o \
intel_fifo_underrun.o \
intel_frontbuffer.o \