aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Automake.inc
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-05-16 02:04:14 +0200
committerNicolai Hähnle <[email protected]>2017-07-31 14:55:30 +0200
commit00476907fc25f15d7c8495ca360e5a722230ac05 (patch)
tree2ffb080871a2c0649aef409828754ec10e4b67d3 /src/gallium/drivers/radeonsi/Automake.inc
parente044e9eb2af2835446a9d72ad1e555f8c2e7cb80 (diff)
gallium/targets: link against NIR when building radeonsi
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Automake.inc')
-rw-r--r--src/gallium/drivers/radeonsi/Automake.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/Automake.inc b/src/gallium/drivers/radeonsi/Automake.inc
index 1bc7b93f8c3..6f1843a3c64 100644
--- a/src/gallium/drivers/radeonsi/Automake.inc
+++ b/src/gallium/drivers/radeonsi/Automake.inc
@@ -8,6 +8,9 @@ TARGET_LIB_DEPS += \
$(LIBDRM_LIBS) \
$(AMDGPU_LIBS)
+TARGET_COMPILER_LIB_DEPS = \
+ $(top_builddir)/src/compiler/nir/libnir.la
+
TARGET_RADEON_WINSYS = \
$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
$(top_builddir)/src/gallium/winsys/amdgpu/drm/libamdgpuwinsys.la