diff options
author | Eric Anholt <[email protected]> | 2008-06-03 14:43:48 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-06-03 14:43:48 -0700 |
commit | 4b5b008d54e86ac4f0a2176429d062100978ca8c (patch) | |
tree | 034024ec34df06863f7568273872b22bb895a45b /src/mesa/drivers/dri/i915/Makefile | |
parent | fccc427aac17b3fa17160332e6e6f3c2cef25ca5 (diff) |
[intel] Convert drivers to using libdrm bufmgr code.
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index 476814c4ec4..74f6169b2ea 100644 --- a/src/mesa/drivers/dri/i915/Makefile +++ b/src/mesa/drivers/dri/i915/Makefile @@ -53,13 +53,10 @@ DRIVER_SOURCES = \ intel_state.c \ intel_tris.c \ intel_fbo.c \ - intel_depthstencil.c \ - intel_bufmgr_fake.c \ - intel_bufmgr_gem.c + intel_depthstencil.c C_SOURCES = \ $(COMMON_SOURCES) \ - $(COMMON_BM_SOURCES) \ $(DRIVER_SOURCES) ASM_SOURCES = |