diff options
author | Dave Airlie <[email protected]> | 2007-10-03 16:54:59 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2007-10-03 16:54:59 +1000 |
commit | fa031c8914d685e153b4ab886f43fdbfbbd0a30b (patch) | |
tree | 83b10ef26363902a0af6c0c94e76fc73da2c81ab /src/mesa/drivers/dri/i915/Makefile | |
parent | 4cd3ef58a989f61ff22669648e4117426c6e603c (diff) |
i915: add superioctl initial support inside bufmgr ttm
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index 84749f1fd95..b9328a48f3d 100644 --- a/src/mesa/drivers/dri/i915/Makefile +++ b/src/mesa/drivers/dri/i915/Makefile @@ -53,7 +53,7 @@ DRIVER_SOURCES = \ intel_tris.c \ intel_fbo.c \ intel_depthstencil.c \ - intel_drmbuf.c + intel_bufmgr_ttm.c C_SOURCES = \ $(COMMON_SOURCES) \ |