summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-05-10 14:25:08 +0100
committerEmil Velikov <[email protected]>2014-05-15 17:32:30 +0100
commit6fcc0b0ba5b5a554682b782ee5f7930d7aabbe8e (patch)
tree1d76a41a1232fd330b286e60996d098d5d9d5879 /src/gallium/drivers/radeonsi
parent670418740fc763f0272b799ea999cd3ff69b1218 (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/radeonsi')
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am
index 84c99f82f25..f409f7e3bc4 100644
--- a/src/gallium/drivers/radeonsi/Makefile.am
+++ b/src/gallium/drivers/radeonsi/Makefile.am
@@ -33,5 +33,4 @@ noinst_LTLIBRARIES = libradeonsi.la
libradeonsi_la_SOURCES = $(C_SOURCES)
libradeonsi_la_LIBADD = \
- ../radeon/libradeon.la \
- ../radeon/libllvmradeon.la
+ ../radeon/libradeon.la