summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2017-03-06 09:35:33 -0800
committerMatt Turner <[email protected]>2017-03-07 07:27:45 -0800
commite457e6abec3c0c132bdc63f8849a3a970220c4e7 (patch)
treea1dc88af0f0ddd267203da7fd7faac11ef9e71ea /src/gallium/targets/pipe-loader
parent6424795f527826fab49564cd29d65806c6924ab6 (diff)
build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 26f79536fc1..5f629a29827 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -131,7 +131,7 @@ pipe_r600_la_LIBADD = \
$(LIBDRM_LIBS) \
$(RADEON_LIBS)
-if NEED_RADEON_LLVM
+if HAVE_GALLIUM_LLVM
pipe_r600_la_LIBADD += \
$(top_builddir)/src/amd/common/libamd_common.la
endif