diff options
author | Emil Velikov <[email protected]> | 2016-04-05 15:50:28 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-11 19:08:23 +0100 |
commit | c69ab885d74c675091c1a143bd8a4abb2071112e (patch) | |
tree | 92745b03ac93e4b80d2237c60b805d4645083f7a /src/mesa/Makefile.sources | |
parent | 28da0d6922b32985949eabce7de9a329c18cae83 (diff) |
mesa: automake: update and reuse X86_SSE41_FILES list
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 7425f01273d..bbafa454c0d 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -589,7 +589,9 @@ X86_64_FILES = \ X86_SSE41_FILES = \ main/streaming-load-memcpy.c \ - main/sse_minmax.c + main/streaming-load-memcpy.h \ + main/sse_minmax.c \ + main/sse_minmax.h SPARC_FILES = \ sparc/sparc.h \ |