diff options
author | Emil Velikov <[email protected]> | 2014-05-10 14:25:08 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-05-15 17:32:30 +0100 |
commit | 6fcc0b0ba5b5a554682b782ee5f7930d7aabbe8e (patch) | |
tree | 1d76a41a1232fd330b286e60996d098d5d9d5879 /src/gallium/drivers/r600/Makefile.am | |
parent | 670418740fc763f0272b799ea999cd3ff69b1218 (diff) |
gallium/radeon: build only a single common library libradeon
Just fold libllvmradeon in libradeon.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/Makefile.am')
-rw-r--r-- | src/gallium/drivers/r600/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am index b2e37085f23..be8635d26e2 100644 --- a/src/gallium/drivers/r600/Makefile.am +++ b/src/gallium/drivers/r600/Makefile.am @@ -28,8 +28,6 @@ AM_CFLAGS += \ libr600_la_SOURCES += \ $(LLVM_C_SOURCES) -libr600_la_LIBADD += ../radeon/libllvmradeon.la - endif if USE_R600_LLVM_COMPILER |