summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-08-30 16:26:01 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-09-01 00:46:56 +0100
commit105e4b093e28d6cd9e8ec2db9dbc23980d265796 (patch)
treee976fff5d88f680609d6718d80b9649f00141823 /src/gallium/drivers/i915simple/Makefile
parent7b32da0b11a769be057cdd3e619d582b433bbb0e (diff)
i915g: Add new buffer code not yet hocked up
Diffstat (limited to 'src/gallium/drivers/i915simple/Makefile')
-rw-r--r--src/gallium/drivers/i915simple/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915simple/Makefile b/src/gallium/drivers/i915simple/Makefile
index 8870b39866..fb533c1796 100644
--- a/src/gallium/drivers/i915simple/Makefile
+++ b/src/gallium/drivers/i915simple/Makefile
@@ -5,6 +5,7 @@ LIBNAME = i915simple
C_SOURCES = \
i915_blit.c \
+ i915_buffer.c \
i915_clear.c \
i915_flush.c \
i915_context.c \