From: Emil Velikov <[email protected]>
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 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev