summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorBen Gamari2009-02-18 02:08:50 +0100
committerEric Anholt2009-03-27 23:12:01 +0100
commit2017263e9e72974610179beaa85c4498b9c4b7a4 (patch)
treebc647c02bf7fdb71da508d7d03dd8683e865d36c /drivers/gpu/drm/i915/Makefile
parentdrm: Convert proc files to seq_file and introduce debugfs (diff)
downloadkernel-qcow2-linux-2017263e9e72974610179beaa85c4498b9c4b7a4.tar.gz
kernel-qcow2-linux-2017263e9e72974610179beaa85c4498b9c4b7a4.tar.xz
kernel-qcow2-linux-2017263e9e72974610179beaa85c4498b9c4b7a4.zip
drm/i915: Convert i915 proc files to seq_file and move to debugfs.
Signed-off-by: Ben Gamari <bgamari@gmail.com> 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 793cba39d832..51c5a050aa73 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -7,7 +7,7 @@ i915-y := i915_drv.o i915_dma.o i915_irq.o i915_mem.o \
i915_suspend.o \
i915_gem.o \
i915_gem_debug.o \
- i915_gem_proc.o \
+ i915_gem_debugfs.o \
i915_gem_tiling.o \
intel_display.o \
intel_crt.o \