mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
gallium/radeon: drop unused variable LIBGALLIUM_LIBS
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
e11ff60e28
commit
4334666b47
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue