summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-04 18:23:49 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-04 18:23:49 +0000
commit2ef6d311b7cba30deb3d7e38eec14cef89e7e579 (patch)
tree72ff987f697a484a1397cb7fdd38c18608794ca9 /src/gallium/auxiliary/Makefile
parent24ea02553efccc52581479819d8ead8d2bb06aaf (diff)
os: Time abstractions.
Simplified version of u_time.[ch]
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index e38990a15f..7d5e009649 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -49,6 +49,7 @@ C_SOURCES = \
indices/u_indices_gen.c \
indices/u_unfilled_gen.c \
os/os_misc.c \
+ os/os_time.c \
pipebuffer/pb_buffer_malloc.c \
pipebuffer/pb_bufmgr_alt.c \
pipebuffer/pb_bufmgr_cache.c \