diff options
Diffstat (limited to 'src/gallium/drivers/r600/Automake.inc')
-rw-r--r-- | src/gallium/drivers/r600/Automake.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/Automake.inc b/src/gallium/drivers/r600/Automake.inc index 5995433ce96..3ff5501d6c4 100644 --- a/src/gallium/drivers/r600/Automake.inc +++ b/src/gallium/drivers/r600/Automake.inc @@ -13,9 +13,9 @@ TARGET_RADEON_WINSYS = \ TARGET_RADEON_COMMON = \ $(top_builddir)/src/gallium/drivers/radeon/libradeon.la +if NEED_RADEON_LLVM +TARGET_RADEON_COMMON += \ + $(top_builddir)/src/amd/common/libamd_common.la endif -if NEED_RADEON_LLVM -TARGET_LIB_DEPS += \ - $(top_builddir)/src/amd/common/libamd_common.la endif |