summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2016-10-28 14:41:10 +0200
committerNicolai Hähnle <[email protected]>2016-11-03 10:06:30 +0100
commit899b2f24a4a6e1a8845e9b9000e51b8857706413 (patch)
treeb3f95ccb85f22aa37cc003d4ed032d7721307480
parent908100cfae88a9e83560919018fc8a8a3a7bf745 (diff)
radeonsi: link against amd_common
Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
-rw-r--r--src/gallium/drivers/radeonsi/Automake.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/Automake.inc b/src/gallium/drivers/radeonsi/Automake.inc
index 5a9dcfd9fd6..de52835d6b3 100644
--- a/src/gallium/drivers/radeonsi/Automake.inc
+++ b/src/gallium/drivers/radeonsi/Automake.inc
@@ -4,6 +4,7 @@ TARGET_DRIVERS += radeonsi
TARGET_CPPFLAGS += -DGALLIUM_RADEONSI
TARGET_LIB_DEPS += \
$(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
+ $(top_builddir)/src/amd/common/libamd_common.la \
$(RADEON_LIBS) \
$(LIBDRM_LIBS) \
$(AMDGPU_LIBS)