diff options
author | Emil Velikov <[email protected]> | 2014-03-02 21:03:24 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-11 12:50:42 +0000 |
commit | ce24bcd39409f5d734dd5ea845539e4b5b70eaf0 (patch) | |
tree | 12b026cbc0b1393e654a231c95c3be4543eec0bf /src/gallium/targets/dri-freedreno/Makefile.am | |
parent | bbae65e25c25fb83fd84b5145c5f1177b561b38b (diff) |
targets/dri: use install-gallium-links.mk
Drop the duplication across all dri targets.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jon TURNEY <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri-freedreno/Makefile.am')
-rw-r--r-- | src/gallium/targets/dri-freedreno/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/targets/dri-freedreno/Makefile.am b/src/gallium/targets/dri-freedreno/Makefile.am index 94500b0e28c..f71fd326763 100644 --- a/src/gallium/targets/dri-freedreno/Makefile.am +++ b/src/gallium/targets/dri-freedreno/Makefile.am @@ -63,9 +63,4 @@ msm_dri_la_SOURCES = target-msm.c msm_dri_la_LDFLAGS = $(COMMON_LDFLAGS) msm_dri_la_LIBADD = $(COMMON_LIBADD) -# Provide compatibility with scripts for the old Mesa build system for -# a while by putting a link to the driver into /lib of the build tree. -all-local: kgsl_dri.la msm_dri.la - $(MKDIR_P) $(top_builddir)/$(LIB_DIR)/gallium - ln -f .libs/kgsl_dri.so $(top_builddir)/$(LIB_DIR)/gallium/kgsl_dri.so - ln -f .libs/msm_dri.so $(top_builddir)/$(LIB_DIR)/gallium/msm_dri.so +include $(top_srcdir)/install-gallium-links.mk |