Mesa (master): broadcom/vc5: Add missing include paths.

Eric Anholt anholt at kemper.freedesktop.org
Sun Jan 21 03:14:15 UTC 2018


Module: Mesa
Branch: master
Commit: 14abbe604b49ab068f334e4f7b71187e0bc25c45
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=14abbe604b49ab068f334e4f7b71187e0bc25c45

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Sat Jan 20 00:56:12 2018 +0000

broadcom/vc5: Add missing include paths.

Fixes: 954a704da305 ("broadcom/vc5: Port the RCL setup to V3D4.1.")
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/gallium/drivers/vc5/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/vc5/Makefile.am b/src/gallium/drivers/vc5/Makefile.am
index 96cc950448..419c9ab8ea 100644
--- a/src/gallium/drivers/vc5/Makefile.am
+++ b/src/gallium/drivers/vc5/Makefile.am
@@ -38,10 +38,10 @@ noinst_LTLIBRARIES = \
 	$()
 
 libvc5_v33_la_SOURCES = $(VC5_PER_VERSION_SOURCES)
-libvc5_v33_la_CFLAGS = -DV3D_VERSION=33
+libvc5_v33_la_CFLAGS = $(AM_CFLAGS) -DV3D_VERSION=33
 
 libvc5_v41_la_SOURCES = $(VC5_PER_VERSION_SOURCES)
-libvc5_v41_la_CFLAGS = -DV3D_VERSION=41
+libvc5_v41_la_CFLAGS = $(AM_CFLAGS) -DV3D_VERSION=41
 
 libvc5_la_SOURCES = $(C_SOURCES)
 




More information about the mesa-commit mailing list