From: Nicolai Hähnle Date: Tue, 16 May 2017 00:06:35 +0000 (+0200) Subject: radeonsi: add nir include paths X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da62a31c5bfc283bc2076256200f3df24db48680;p=mesa.git radeonsi: add nir include paths Reviewed-by: Marek Olšák --- diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am index 2d5c1a38220..1edbd0fd5dd 100644 --- a/src/gallium/drivers/radeonsi/Makefile.am +++ b/src/gallium/drivers/radeonsi/Makefile.am @@ -26,6 +26,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ $(GALLIUM_DRIVER_CFLAGS) \ -I$(top_builddir)/src/amd/common \ + -I$(top_builddir)/src/compiler/nir \ -I$(top_srcdir)/src/amd/common \ $(RADEON_CFLAGS) \ $(LLVM_CFLAGS)