summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2013-08-29 21:31:53 +0100
committerRob Clark <robclark@freedesktop.org>2013-08-30 11:37:14 -0400
commitdb6a1b07d06ad7b663f28291a6be8226bd05d421 (patch)
tree703580d37159fa92edae983d89e96b166823e898
parent126c45828aa3eaf1f404a4fc65a09a93fda76467 (diff)
downloaddrm-db6a1b07d06ad7b663f28291a6be8226bd05d421.tar.gz
freedreno: set automake options to include subdir-objects
Handles automake complains about lack of forward-compatibility, due to the source files in the kgsl and msm backends/folders. Cc: Rob Clark <robclark@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--freedreno/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index ec7e3595..7903e5bb 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS=subdir-objects
+
AM_CFLAGS = \
$(WARN_CFLAGS) \
-I$(top_srcdir) \