intel: Flatten the makefile structure
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 22 Aug 2016 21:10:46 +0000 (14:10 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 25 Aug 2016 22:29:48 +0000 (15:29 -0700)
commitbebc1a1d995e33f173ea207848bcddd81f6dd19a
treecae7542194008f8f78845a2a495bb39d3add3b39
parentc19fc5e0198cbc1eead3db9672d51c56c1aa3f1d
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 <jason@jlekstrand.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac
src/intel/Makefile.am
src/intel/Makefile.genxml.am [new file with mode: 0644]
src/intel/Makefile.isl.am [new file with mode: 0644]
src/intel/Makefile.sources [new file with mode: 0644]
src/intel/genxml/Makefile.am [deleted file]
src/intel/genxml/Makefile.sources [deleted file]
src/intel/isl/Makefile.am [deleted file]
src/intel/isl/Makefile.sources [deleted file]
src/intel/isl/gen_format_layout.py