mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
radeonsi: add nir include paths
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
fa5ae8db2e
commit
da62a31c5b
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
$(GALLIUM_DRIVER_CFLAGS) \
|
$(GALLIUM_DRIVER_CFLAGS) \
|
||||||
-I$(top_builddir)/src/amd/common \
|
-I$(top_builddir)/src/amd/common \
|
||||||
|
-I$(top_builddir)/src/compiler/nir \
|
||||||
-I$(top_srcdir)/src/amd/common \
|
-I$(top_srcdir)/src/amd/common \
|
||||||
$(RADEON_CFLAGS) \
|
$(RADEON_CFLAGS) \
|
||||||
$(LLVM_CFLAGS)
|
$(LLVM_CFLAGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue