diff options
author | Jason Ekstrand <[email protected]> | 2016-08-22 14:10:46 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-25 15:29:48 -0700 |
commit | bebc1a1d995e33f173ea207848bcddd81f6dd19a (patch) | |
tree | cae7542194008f8f78845a2a495bb39d3add3b39 /configure.ac | |
parent | c19fc5e0198cbc1eead3db9672d51c56c1aa3f1d (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[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 6da7b382ff3..75b1de4da95 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 |