diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2017-03-01 13:26:40 -0800 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-03-13 11:16:35 +0000 |
commit | 7f9bbcfb7ba990ca42483dd9e985a543d01ea225 (patch) | |
tree | 60f08c54e4bc71b55d34ec2b372d74a4d0477605 /src/Makefile.am | |
parent | aa09c9552c2c7c0f443e22d2151d5e3ce97452e8 (diff) |
intel/tools: Use a makefile included from intel/Makefile.am
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 25b9253fc3..01e9edfc48 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -117,10 +117,6 @@ if HAVE_EGL SUBDIRS += egl endif -if HAVE_INTEL_DRIVERS -SUBDIRS += intel/tools -endif - ## Requires the i965 compiler (part of mesa) and wayland-drm if HAVE_INTEL_VULKAN SUBDIRS += intel/vulkan |