summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile.am')
-rw-r--r--src/gallium/drivers/radeon/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am
index ac8cbd36b2b..d5a6ff28646 100644
--- a/src/gallium/drivers/radeon/Makefile.am
+++ b/src/gallium/drivers/radeon/Makefile.am
@@ -1,8 +1,6 @@
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
-LIBGALLIUM_LIBS=
-
noinst_LTLIBRARIES = libradeon.la
AM_CFLAGS = $(GALLIUM_CFLAGS) $(RADEON_CFLAGS)
@@ -30,7 +28,6 @@ libllvmradeon_la_SOURCES = \
$(LLVM_C_FILES)
libllvmradeon_la_LIBADD = \
- $(LIBGALLIUM_LIBS) \
$(CLOCK_LIB) \
$(LLVM_LIBS) \
$(ELF_LIB)