diff options
author | Tom Stellard <[email protected]> | 2013-01-25 20:50:31 -0500 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-01-28 18:30:37 +0000 |
commit | 91a160b19f5954fad6b1282880b843e8b1f15df4 (patch) | |
tree | 4ea43313981271422aa63499d0d739e64032726d /src | |
parent | e110c98cae0ceae47db6cf26c08707505ce92479 (diff) |
r600g: Fix building with --enable-r600-llvm-compiler
https://bugs.freedesktop.org/show_bug.cgi?id=59877
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r600/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am index 6de7e0f0564..6f48b56d9ae 100644 --- a/src/gallium/drivers/r600/Makefile.am +++ b/src/gallium/drivers/r600/Makefile.am @@ -13,8 +13,7 @@ AM_CFLAGS = \ libr600_la_SOURCES = \ $(C_SOURCES) -if USE_R600_LLVM_COMPILER -if HAVE_GALLIUM_COMPUTE +if R600_NEED_RADEON_GALLIUM libr600_la_SOURCES += \ $(LLVM_C_SOURCES) \ @@ -29,7 +28,6 @@ AM_CFLAGS += \ AM_CXXFLAGS= \ $(LLVM_CXXFLAGS) endif -endif if USE_R600_LLVM_COMPILER AM_CFLAGS += \ |