summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
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/drivers/r600
parent6424795f527826fab49564cd29d65806c6924ab6 (diff)
build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/Automake.inc2
-rw-r--r--src/gallium/drivers/r600/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/Automake.inc b/src/gallium/drivers/r600/Automake.inc
index 3ff5501d6c4..fa457359de6 100644
--- a/src/gallium/drivers/r600/Automake.inc
+++ b/src/gallium/drivers/r600/Automake.inc
@@ -13,7 +13,7 @@ TARGET_RADEON_WINSYS = \
TARGET_RADEON_COMMON = \
$(top_builddir)/src/gallium/drivers/radeon/libradeon.la
-if NEED_RADEON_LLVM
+if HAVE_GALLIUM_LLVM
TARGET_RADEON_COMMON += \
$(top_builddir)/src/amd/common/libamd_common.la
endif
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index 3638e00f195..21762d838d0 100644
--- a/src/gallium/drivers/r600/Makefile.am
+++ b/src/gallium/drivers/r600/Makefile.am
@@ -17,7 +17,7 @@ libr600_la_SOURCES = \
$(C_SOURCES) \
$(CXX_SOURCES)
-if NEED_RADEON_LLVM
+if HAVE_GALLIUM_LLVM
AM_CFLAGS += \
$(LLVM_CFLAGS) \