summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorJan Vesely <[email protected]>2017-06-02 12:37:07 -0400
committerEmil Velikov <[email protected]>2017-06-16 12:41:44 +0100
commitd96a210842bf643716ebceb5aba5c92a564aab14 (patch)
tree5a01f83374cd42beebb6669133c3bfa1b052ab20 /src/gallium/targets
parentd41b7b0104822534497a7a2f0b9ad011eb26c14f (diff)
r600g,compute: provide local copy of functions from ac_binary.c
This is a verbatim copy of the code. The functions can be cleaned up since r600 does not use all the stuff that gcn does. The symbol names have been changed since we still use ac_binary.h header (for struct definition) v2: Add ifdef guard around r600_binary_clean call (Aaron) Remove stray comment Signed-off-by: Jan Vesely <[email protected]> Tested-By: Aaron Watry <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 5f629a29827..e06d93213f3 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -129,13 +129,8 @@ pipe_r600_la_LIBADD = \
$(top_builddir)/src/gallium/drivers/radeon/libradeon.la \
$(top_builddir)/src/gallium/drivers/r600/libr600.la \
$(LIBDRM_LIBS) \
- $(RADEON_LIBS)
-
-if HAVE_GALLIUM_LLVM
-pipe_r600_la_LIBADD += \
- $(top_builddir)/src/amd/common/libamd_common.la
-endif
-
+ $(RADEON_LIBS) \
+ $(LIBELF_LIBS)
endif
if HAVE_GALLIUM_RADEONSI