From bebc1a1d995e33f173ea207848bcddd81f6dd19a Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Mon, 22 Aug 2016 14:10:46 -0700 Subject: intel: Flatten the makefile structure This pulls isl and genxml into a single make file so that they can properly build in parallel. This isn't terribly important now as genxml just generates sources which happens serially first anyway but it will be more important as we add more stuff to src/intel. Signed-off-by: Jason Ekstrand Reviewed-by: Matt Turner --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6da7b38..75b1de4 100644 --- a/configure.ac +++ b/configure.ac @@ -2746,8 +2746,6 @@ AC_CONFIG_FILES([Makefile src/glx/tests/Makefile src/gtest/Makefile src/intel/Makefile - src/intel/genxml/Makefile - src/intel/isl/Makefile src/intel/tools/Makefile src/intel/vulkan/Makefile src/loader/Makefile -- cgit v1.1