summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/gen_format_layout.py
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-08-22 14:10:46 -0700
committerJason Ekstrand <[email protected]>2016-08-25 15:29:48 -0700
commitbebc1a1d995e33f173ea207848bcddd81f6dd19a (patch)
treecae7542194008f8f78845a2a495bb39d3add3b39 /src/intel/isl/gen_format_layout.py
parentc19fc5e0198cbc1eead3db9672d51c56c1aa3f1d (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 'src/intel/isl/gen_format_layout.py')
-rw-r--r--src/intel/isl/gen_format_layout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/gen_format_layout.py b/src/intel/isl/gen_format_layout.py
index c9163fed194..f52e4549975 100644
--- a/src/intel/isl/gen_format_layout.py
+++ b/src/intel/isl/gen_format_layout.py
@@ -59,7 +59,7 @@ TEMPLATE = template.Template(
* IN THE SOFTWARE.
*/
- #include "isl.h"
+ #include "isl/isl.h"
const struct isl_format_layout
isl_format_layouts[] = {