summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/Automake.inc
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/drivers/r600/Automake.inc
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/drivers/r600/Automake.inc')
-rw-r--r--src/gallium/drivers/r600/Automake.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/gallium/drivers/r600/Automake.inc b/src/gallium/drivers/r600/Automake.inc
index fa457359de6..bb9f6ec8f53 100644
--- a/src/gallium/drivers/r600/Automake.inc
+++ b/src/gallium/drivers/r600/Automake.inc
@@ -5,17 +5,12 @@ TARGET_CPPFLAGS += -DGALLIUM_R600
TARGET_LIB_DEPS += \
$(top_builddir)/src/gallium/drivers/r600/libr600.la \
$(RADEON_LIBS) \
- $(LIBDRM_LIBS)
+ $(LIBDRM_LIBS) \
+ $(LIBELF_LIBS)
TARGET_RADEON_WINSYS = \
$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la
TARGET_RADEON_COMMON = \
$(top_builddir)/src/gallium/drivers/radeon/libradeon.la
-
-if HAVE_GALLIUM_LLVM
-TARGET_RADEON_COMMON += \
- $(top_builddir)/src/amd/common/libamd_common.la
-endif
-
endif