summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-14 16:55:04 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-14 23:25:33 +0000
commit2b4575f16d24a212b9a43cbd4a9966b3668e4b32 (patch)
tree6d6eb6a87e5641fb48c9e76181893a711e01d43b /src/gallium/auxiliary/Makefile
parente7660a54423c69fe352e21eedd2a082d9c7aeac0 (diff)
os: Make streams abstract.
Also replace windows kernel stream with null implementation. It was severely limited and no easy means to test it now.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 3f96da61ae..aea2123367 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -50,7 +50,7 @@ C_SOURCES = \
indices/u_unfilled_gen.c \
os/os_misc.c \
os/os_stream_stdc.c \
- os/os_stream_wd.c \
+ os/os_stream_null.c \
os/os_time.c \
pipebuffer/pb_buffer_malloc.c \
pipebuffer/pb_bufmgr_alt.c \