diff options
author | Eric Anholt <eric@anholt.net> | 2008-07-26 19:51:58 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-07-26 19:52:47 -0700 |
commit | 04ae66db1c517264cddc786be962fdd393c9c8ac (patch) | |
tree | 0ed5d0c5755b5580c5403634c6d4bba992b3fa96 /linux-core/Makefile.kernel | |
parent | 6d258ddf7715412e2fb6fae35ea28d49c57ee130 (diff) |
intel-gem: Move debug-only functions to a separate file.
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r-- | linux-core/Makefile.kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index dcac5f1b..b114dee5 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -21,7 +21,7 @@ mga-objs := mga_drv.o mga_dma.o mga_state.o mga_warp.o mga_irq.o i810-objs := i810_drv.o i810_dma.o i915-objs := i915_drv.o i915_dma.o i915_irq.o i915_mem.o i915_fence.o \ i915_buffer.o i915_compat.o i915_execbuf.o \ - i915_gem.o i915_gem_proc.o i915_gem_tiling.o + i915_gem.o i915_gem_debug.o i915_gem_proc.o i915_gem_tiling.o nouveau-objs := nouveau_drv.o nouveau_state.o nouveau_fifo.o nouveau_mem.o \ nouveau_object.o nouveau_irq.o nouveau_notifier.o nouveau_swmthd.o \ nouveau_sgdma.o nouveau_dma.o nouveau_bo.o nouveau_fence.o \ |