diff options
author | José Fonseca <[email protected]> | 2010-02-03 12:11:58 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-03 12:11:58 +0000 |
commit | 0b0e7057128c213bee8d2158b976869475f7cb42 (patch) | |
tree | cfa2e636f951e5daf90710b9fd9cdaec3afb8753 /src/gallium/auxiliary/Makefile | |
parent | 630c375fe93abb7de8362cc4f092c4aa08d2fdc2 (diff) |
os: New OS abstraction module.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index da1fb6b299f..e38990a15f9 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -48,6 +48,7 @@ C_SOURCES = \ draw/draw_vs_sse.c \ indices/u_indices_gen.c \ indices/u_unfilled_gen.c \ + os/os_misc.c \ pipebuffer/pb_buffer_malloc.c \ pipebuffer/pb_bufmgr_alt.c \ pipebuffer/pb_bufmgr_cache.c \ |