diff options
author | Daniel Stone <[email protected]> | 2017-09-27 18:42:22 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-10-05 15:03:11 -0700 |
commit | bbe2082e7d38568433a5944a3f3fc7af4f079564 (patch) | |
tree | fb2ccb67510b18f45cf8c09aba3f20a4e8c45918 /src/gallium/drivers/vc4/Makefile.am | |
parent | 908a25ecb0a2f435d3882a4f1849140df562e32a (diff) |
broadcom: Fix out-of-tree build include path
Reviewed-by: Eric Anholt <[email protected]>
Fixes: 5b102160ae ("broadcom/genxml: Introduce a V3D packet/struct decoder.")
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.am')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am index 4c2b7486c52..6db5fef0379 100644 --- a/src/gallium/drivers/vc4/Makefile.am +++ b/src/gallium/drivers/vc4/Makefile.am @@ -29,6 +29,8 @@ endif AM_CFLAGS = \ -I$(top_builddir)/src/compiler/nir \ -I$(top_srcdir)/include/drm-uapi \ + -I$(top_builddir)/src \ + -I$(top_srcdir)/src/broadcom/cle \ $(LIBDRM_CFLAGS) \ $(GALLIUM_DRIVER_CFLAGS) \ $(SIM_CFLAGS) \ |