Browse Source

radeonsi: add nir include paths

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
tags/17.3-branchpoint
Nicolai Hähnle 8 years ago
parent
commit
da62a31c5b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/gallium/drivers/radeonsi/Makefile.am

+ 1
- 0
src/gallium/drivers/radeonsi/Makefile.am View File

@@ -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)

Loading…
Cancel
Save