summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2009-07-01 22:26:52 -0400
committerEric Anholt <eric@anholt.net>2009-09-04 13:05:08 -0700
commit27c202ad7f141d4efa9c64e30bf4a4d3bcd799ae (patch)
tree0c01ad9a8851c0c9cbee6382558045e87265e357 /drivers/gpu/drm/i915/Makefile
parent07fb6111e7af5fac6b6076e2658d0e32b67f713b (diff)
downloadop-kernel-dev-27c202ad7f141d4efa9c64e30bf4a4d3bcd799ae.zip
op-kernel-dev-27c202ad7f141d4efa9c64e30bf4a4d3bcd799ae.tar.gz
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 \
OpenPOWER on IntegriCloud