diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 11:49:48 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 14:01:49 +0900 |
commit | df8ab3140ce05599e1dc983ac211a30fc845d9b5 (patch) | |
tree | 91227738536d01fa9e4a5068f47c2670b9b8e8c4 /src/gallium/auxiliary/rtasm/Makefile | |
parent | e773a813cf475e2a7ad79ea1ec698bf2530d0433 (diff) |
Bring rtasm from mesa to gallium.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/Makefile')
-rw-r--r-- | src/gallium/auxiliary/rtasm/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile new file mode 100644 index 0000000000..b3b9934e10 --- /dev/null +++ b/src/gallium/auxiliary/rtasm/Makefile @@ -0,0 +1,20 @@ + +TOP = ../../../.. +include $(TOP)/configs/current + +LIBNAME = rtasm + +DRIVER_SOURCES = \ + x86sse.c \ + mm.c \ + execmem.c + +C_SOURCES = \ + $(DRIVER_SOURCES) + +ASM_SOURCES = + +include ../../Makefile.template + +symlinks: + |