From db6a1b07d06ad7b663f28291a6be8226bd05d421 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 29 Aug 2013 21:31:53 +0100 Subject: [PATCH] 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 Signed-off-by: Emil Velikov --- freedreno/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) \