diff options
author | Emil Velikov <[email protected]> | 2016-04-13 15:38:48 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-14 16:30:57 +0100 |
commit | bb949e262cb5c4fffe991debc605447e15322666 (patch) | |
tree | 0fc86cb3f58b4a474a66a1186ee5793ebaa7104f /configure.ac | |
parent | aee976703dc81d2bd8b9779cd4d2e35a500bf705 (diff) |
gallium/swr: fold the almost identical Makefiles
Rather than having two almost identical Makefiles, with various VPATH
hacks just fold them, using COMMON_* variables and actually getting
things buildable/shipable.
v2: whitespace fixes, remove Makefile.sources-arch
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tim Rowley <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c426c72c93b..8c82c43501b 100644 --- a/configure.ac +++ b/configure.ac @@ -2487,8 +2487,6 @@ AC_CONFIG_FILES([Makefile src/gallium/drivers/softpipe/Makefile src/gallium/drivers/svga/Makefile src/gallium/drivers/swr/Makefile - src/gallium/drivers/swr/avx/Makefile - src/gallium/drivers/swr/avx2/Makefile src/gallium/drivers/trace/Makefile src/gallium/drivers/vc4/Makefile src/gallium/drivers/virgl/Makefile |