diff options
author | Emil Velikov <[email protected]> | 2016-05-27 15:35:29 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 10:28:37 +0100 |
commit | afc1db739a3fd01436836084494e18df7103873b (patch) | |
tree | 0c74c4919dd169d6f5d80d2e249b54f33868abff /src/intel/isl | |
parent | 779653489e53dc837fec5b20319f4b221e8a6432 (diff) |
isl: automake: remove unneeded SUBDIRS
As we do not include any other subdirs but self, we don't need to set
it.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/isl')
-rw-r--r-- | src/intel/isl/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index d371a29c7d1..35423863e9c 100644 --- a/src/intel/isl/Makefile.am +++ b/src/intel/isl/Makefile.am @@ -19,9 +19,6 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = . - - ISL_GEN_LIBS = \ libisl-gen7.la \ libisl-gen75.la \ |