summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-19 13:41:38 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-02-19 14:06:11 +0900
commitb0eef0dc2557febea7d425fee1f9c2da382898a6 (patch)
tree9473c6d0ed76815f13078e6adadac401f69725be /src/gallium/auxiliary/rtasm/Makefile
parent90b2beb661f630966788a6e909dc759c99e38973 (diff)
Add run-time cpu capabilities detection stubs.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/Makefile')
-rw-r--r--src/gallium/auxiliary/rtasm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile
index bc339d2aa6..9b972f8f86 100644
--- a/src/gallium/auxiliary/rtasm/Makefile
+++ b/src/gallium/auxiliary/rtasm/Makefile
@@ -4,6 +4,7 @@ include $(TOP)/configs/current
LIBNAME = rtasm
C_SOURCES = \
+ rtasm_cpu.c \
rtasm_execmem.c \
rtasm_x86sse.c