From: Aaron Watry Date: Wed, 28 Mar 2018 01:26:18 +0000 (-0500) Subject: broadcom/vc4: Fix out-of-tree build with automake. X-Git-Tag: android-x86-8.1-r1~4451 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1dae92f150b4a4f1d8f847a562353629aa3c6ca5;p=android-x86%2Fexternal-mesa.git broadcom/vc4: Fix out-of-tree build with automake. Signed-off-by: Aaron Watry Reviewed-by: Eric Anholt --- diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am index 35ed703a095..49267de73b5 100644 --- a/src/broadcom/Makefile.am +++ b/src/broadcom/Makefile.am @@ -24,7 +24,9 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src/compiler/nir \ -I$(top_srcdir)/src/broadcom/ \ + -I$(top_srcdir)/src/broadcom/cle \ -I$(top_srcdir)/src/broadcom/include \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/include \