Skip to content
Snippets Groups Projects
Commit 90a7a9c9 authored by Dylan Baker's avatar Dylan Baker
Browse files

automake: Add include dir for nir src directory


Fixes: 6281f26f
       ("v3d: Add support for shader_image_load_store.")
Reviewed-by: default avatarJordan Justen <jordan.l.justen@intel.com>
parent 82365595
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment