From e457e6abec3c0c132bdc63f8849a3a970220c4e7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 6 Mar 2017 09:35:33 -0800 Subject: build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM. Reviewed-by: Emil Velikov --- src/gallium/drivers/r600/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/r600/Makefile.am') 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) \ -- cgit v1.2.3