diff options
author | José Fonseca <[email protected]> | 2008-02-19 13:41:38 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-19 14:06:11 +0900 |
commit | b0eef0dc2557febea7d425fee1f9c2da382898a6 (patch) | |
tree | 9473c6d0ed76815f13078e6adadac401f69725be /src/gallium/auxiliary/rtasm/Makefile | |
parent | 90b2beb661f630966788a6e909dc759c99e38973 (diff) |
Add run-time cpu capabilities detection stubs.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/Makefile')
-rw-r--r-- | src/gallium/auxiliary/rtasm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile index bc339d2aa6e..9b972f8f861 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 |