[PATCH 5/6] freedreno: set automake options to include subdir-objects
Emil Velikov
emil.l.velikov at gmail.com
Thu Aug 29 13:31:53 PDT 2013
Handles automake complains about lack of forward-compatibility, due to the
source files in the kgsl and msm backends/folders.
Cc: Rob Clark <robclark at freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
I'm suspecting that the warning is caused as Archlinux always keeps track
with latest releases, whereas other distributions prefer to use a more
tested software
automake 1.14
autoconf 2.69
---
freedreno/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index ec7e359..7903e5b 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS=subdir-objects
+
AM_CFLAGS = \
$(WARN_CFLAGS) \
-I$(top_srcdir) \
--
1.8.4
More information about the dri-devel
mailing list