diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 18:31:45 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 18:32:37 +0100 |
commit | 7400bc4b6fb0c20a935cd108afa92814eeafec6d (patch) | |
tree | f2c89de9f049c1abc5f3c96de01e919c75e7d67b /src/gallium/auxiliary/translate/Makefile | |
parent | 363f7abf2000c1cf5993ae8f83ba81b2054bf6e0 (diff) |
translate: add sse version based on old draw_vf_sse.c
Diffstat (limited to 'src/gallium/auxiliary/translate/Makefile')
-rw-r--r-- | src/gallium/auxiliary/translate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/translate/Makefile b/src/gallium/auxiliary/translate/Makefile index 051987bb7eb..39dfb0de300 100644 --- a/src/gallium/auxiliary/translate/Makefile +++ b/src/gallium/auxiliary/translate/Makefile @@ -4,7 +4,9 @@ include $(TOP)/configs/current LIBNAME = translate C_SOURCES = \ - translate_generic.c + translate_generic.c \ + translate_sse.c \ + translate.c include ../../Makefile.template |