radeonsi: support indirect indexing in INTERP_* opcodes
[mesa.git] / src / gallium / drivers / radeonsi / Makefile.am
index aa79c5e01efc6e09c514ea71812186faf0a06d10..2d5c1a38220f22d3746d6b75ca895ecc8c17bc77 100644 (file)
@@ -25,6 +25,8 @@ include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CFLAGS = \
        $(GALLIUM_DRIVER_CFLAGS) \
+       -I$(top_builddir)/src/amd/common \
+       -I$(top_srcdir)/src/amd/common \
        $(RADEON_CFLAGS) \
        $(LLVM_CFLAGS)