diff options
author | José Fonseca <[email protected]> | 2010-02-14 16:55:04 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-14 23:25:33 +0000 |
commit | 2b4575f16d24a212b9a43cbd4a9966b3668e4b32 (patch) | |
tree | 6d6eb6a87e5641fb48c9e76181893a711e01d43b /src/gallium/auxiliary/Makefile | |
parent | e7660a54423c69fe352e21eedd2a082d9c7aeac0 (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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 3f96da61aec..aea21233674 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 \ |