diff options
author | Eric Anholt <eric@anholt.net> | 2009-10-06 17:58:32 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-10-06 17:58:32 -0700 |
commit | 6a716a25abc84f1c7f766fd3bfa1c2aac91e6ae7 (patch) | |
tree | 08faee35a22428d6d9a2a166badf5c5fb881e152 /src/Makefile.am | |
parent | e9aff787a55d684e3b9c6d5ea8ac2926be952280 (diff) |
Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f7fd053f..3b6e64d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,8 +73,6 @@ intel_drv_la_SOURCES = \ i830_batchbuffer.c \ i830_batchbuffer.h \ i830_common.h \ - i830_debug.c \ - i830_debug.h \ i830_driver.c \ i830.h \ i830_memory.c \ |