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 ---
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) \