anv: Fix out-of-tree build

We need to be able to find the generated nir_opcodes.h header.
This commit is contained in:
Kristian Høgsberg Kristensen 2016-02-10 15:52:29 -08:00
parent 9cc939d82f
commit 09bb7ea4b7

View file

@ -64,6 +64,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/isl/ \
-I$(top_builddir)/src \
-I$(top_builddir)/src/compiler \
-I$(top_builddir)/src/compiler/nir \
-I$(top_builddir)/src/vulkan
libvulkan_la_CFLAGS = $(CFLAGS) -Wno-override-init