diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 12:00:48 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-02-19 14:01:49 +0900 |
commit | 39ea0308425ad04618061129c63c22ac0efb0692 (patch) | |
tree | 99ac497aaf69444942c381cbcc7bb22683f5b7c9 /src/gallium/auxiliary/rtasm/Makefile | |
parent | df8ab3140ce05599e1dc983ac211a30fc845d9b5 (diff) |
Rename rtasm files.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/Makefile')
-rw-r--r-- | src/gallium/auxiliary/rtasm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile index b3b9934e10..7c8ac60794 100644 --- a/src/gallium/auxiliary/rtasm/Makefile +++ b/src/gallium/auxiliary/rtasm/Makefile @@ -5,9 +5,9 @@ include $(TOP)/configs/current LIBNAME = rtasm DRIVER_SOURCES = \ + execmem.c \ x86sse.c \ - mm.c \ - execmem.c + mm.c C_SOURCES = \ $(DRIVER_SOURCES) |