summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-05-16 02:06:35 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-07-31 14:55:31 +0200
commitda62a31c5bfc283bc2076256200f3df24db48680 (patch)
treecd71440eb8b8eba0d64662d08aa73ec774e33336
parentfa5ae8db2e560066938f2fd6cd7ab51616433cb0 (diff)
radeonsi: add nir include paths
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am
index 2d5c1a3822..1edbd0fd5d 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)