From 6ea73bb39528401fe5aca7c52692f7f6a628c6a7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 17 Sep 2013 18:29:19 +0100 Subject: r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM libllvmradeon.la is available whenever NEED_RADEON_LLVM is set, using R600_NEED_RADEON_GALLIUM is rather ambiguous and unnecessary. Drop it in favour of NEED_RADEON_LLVM. Signed-off-by: Emil Velikov Reviewed-by: Tom Stellard --- 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 9203d03292b..cbe4a09d57f 100644 --- a/src/gallium/drivers/r600/Makefile.am +++ b/src/gallium/drivers/r600/Makefile.am @@ -24,7 +24,7 @@ libr600_la_SOURCES = \ libr600_la_LIBADD = ../radeon/libradeon.la -if R600_NEED_RADEON_GALLIUM +if NEED_RADEON_LLVM libr600_la_SOURCES += \ $(LLVM_C_SOURCES) -- cgit v1.2.3