summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2009-07-02 02:26:52 (GMT)
committerEric Anholt <eric@anholt.net>2009-09-04 20:05:08 (GMT)
commit27c202ad7f141d4efa9c64e30bf4a4d3bcd799ae (patch)
tree0c01ad9a8851c0c9cbee6382558045e87265e357 /drivers/gpu/drm/i915/Makefile
parent07fb6111e7af5fac6b6076e2658d0e32b67f713b (diff)
downloadlinux-fsl-qoriq-27c202ad7f141d4efa9c64e30bf4a4d3bcd799ae.tar.xz
drm/i915: Move i915_gem_debugfs.c to i915_debugfs.c
Signed-off-by: Ben Gamari <bgamari.foss@gmail.com> [anholt: hand-applied for conflicts] Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 30d6b99..5269dfa 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -4,10 +4,10 @@
ccflags-y := -Iinclude/drm
i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \
+ i915_debugfs.o \
i915_suspend.o \
i915_gem.o \
i915_gem_debug.o \
- i915_gem_debugfs.o \
i915_gem_tiling.o \
intel_display.o \
intel_crt.o \