aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorChristian König <[email protected]>2014-02-11 16:58:24 +0100
committerChristian König <[email protected]>2014-02-11 17:10:22 +0100
commit4ca8439dcecfb156ebe44b6ee950ee997ceb96f7 (patch)
treea3a9ed64d2ac2dc1712ebdd96116947b9c5d07f7 /src/gallium
parent79aa29d45e7cbeaaf1434005c25db3b8c2209e56 (diff)
omx/radeonsi: fix target
Another minor typo. Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/targets/radeonsi/omx/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/targets/radeonsi/omx/Makefile.am b/src/gallium/targets/radeonsi/omx/Makefile.am
index 5eea303d69f..a502c659587 100644
--- a/src/gallium/targets/radeonsi/omx/Makefile.am
+++ b/src/gallium/targets/radeonsi/omx/Makefile.am
@@ -57,6 +57,10 @@ libomx_radeonsi_la_LIBADD = \
$(RADEON_LIBS)
if HAVE_MESA_LLVM
+libomx_radeonsi_la_LINK = $(CXXLINK) $(libomx_radeonsi_la_LDFLAGS)
+# Mention a dummy pure C++ file to trigger generation of the $(LINK) variable
+nodist_EXTRA_libomx_radeonsi_la_SOURCES = dummy-cpp.cpp
+
libomx_radeonsi_la_LDFLAGS += $(LLVM_LDFLAGS)
libomx_radeonsi_la_LIBADD += $(LLVM_LIBS)
endif