summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.genxml.am
Commit message (Collapse)AuthorAgeFilesLines
* intel: Flatten the makefile structureJason Ekstrand2016-08-251-0/+44
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]>