projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8236559
)
automake: Add include dir for nir src directory
author
Dylan Baker
<dylan@pnwbakers.com>
Tue, 29 Jan 2019 22:25:46 +0000
(14:25 -0800)
committer
Dylan Baker
<dylan@pnwbakers.com>
Tue, 29 Jan 2019 23:24:57 +0000
(23:24 +0000)
Fixes: 6281f26f064ada36b57d45feb68d8e7d783198c9
("v3d: Add support for shader_image_load_store.")
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/broadcom/Makefile.am
patch
|
blob
|
history
diff --git
a/src/broadcom/Makefile.am
b/src/broadcom/Makefile.am
index 4cd75bbcc06a0aafc0e8033870d6f583efbcd1f0..061afe67bfe7d2bf40911a8681eb8d8332ad7c05 100644
(file)
--- a/
src/broadcom/Makefile.am
+++ b/
src/broadcom/Makefile.am
@@
-25,6
+25,7
@@
AM_CPPFLAGS = \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
-I$(top_builddir)/src/compiler/nir \
+ -I$(top_srcdir)/src/compiler/nir \
-I$(top_srcdir)/src/broadcom/ \
-I$(top_srcdir)/src/broadcom/cle \
-I$(top_srcdir)/src/broadcom/include \