From bb949e262cb5c4fffe991debc605447e15322666 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 13 Apr 2016 15:38:48 +0100 Subject: 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 Reviewed-by: Tim Rowley --- src/gallium/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/Makefile.am') diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 086e170..ef2bc10 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -80,8 +80,6 @@ endif if HAVE_GALLIUM_SWR SUBDIRS += drivers/swr -SUBDIRS += drivers/swr/avx -SUBDIRS += drivers/swr/avx2 endif ## vc4/rpi -- cgit v1.1