diff options
author | Jason Ekstrand <[email protected]> | 2016-02-18 10:34:47 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-02-18 10:34:47 -0800 |
commit | 47b8b08612d44a43e43c3f6e95fe509ee3348723 (patch) | |
tree | ee9fa225da5f6265188c179f15996abf38945e3d /src/intel/Makefile.am | |
parent | f6d95876888c81559d4ba773e4e6c82b184e708e (diff) |
Move isl to src/intel
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r-- | src/intel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 0a6f411c7ba..520602dd290 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -19,4 +19,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = genxml +SUBDIRS = genxml isl |