From: Emil Velikov <emil.veli...@collabora.com>

No longer required as of commit d90bf4ef3e1 ("radeon: remove unused
radeon_elf_util.{c,h}")

Fixes: d90bf4ef3e1 ("radeon: remove unused  radeon_elf_util.{c,h}")
Cc: Timothy Arceri <tarc...@itsqueeze.com>
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
---
 src/gallium/drivers/radeon/Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/radeon/Makefile.am 
b/src/gallium/drivers/radeon/Makefile.am
index 57e31f751b3..2be6af4b155 100644
--- a/src/gallium/drivers/radeon/Makefile.am
+++ b/src/gallium/drivers/radeon/Makefile.am
@@ -16,13 +16,11 @@ libradeon_la_SOURCES = \
 if HAVE_GALLIUM_LLVM
 
 AM_CFLAGS += \
-       $(LLVM_CFLAGS) \
-       $(LIBELF_CFLAGS)
+       $(LLVM_CFLAGS)
 
 libradeon_la_LIBADD = \
        $(CLOCK_LIB) \
-       $(LLVM_LIBS) \
-       $(LIBELF_LIBS)
+       $(LLVM_LIBS)
 
 libradeon_la_LDFLAGS = \
        $(LLVM_LDFLAGS)
-- 
2.12.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to