broadcom/vc4: Fix out-of-tree build with automake.

Signed-off-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Aaron Watry 2018-03-27 20:26:18 -05:00 committed by Eric Anholt
parent 81f82ecc56
commit 1dae92f150
1 changed files with 2 additions and 0 deletions

View File

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