diff options
author | Emil Velikov <[email protected]> | 2014-09-21 15:30:53 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-24 10:44:00 +0100 |
commit | 97bec98ac981d5d973f8b2b11d89d967aad7628b (patch) | |
tree | 8b8de4717bdb55addaa991fceda1ce5202a55422 /src/gallium/targets/egl-static/Makefile.am | |
parent | 0e59153229f6e04296ee938d084e9d6f522fd146 (diff) |
gallium/freedreno: add automake target 'template'
Rather than duplicating the libdeps, extra define... all over the
targets, define them only once and use when applicable.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile.am')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 16c457b3380..08c116cf5ce 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -217,14 +217,7 @@ egl_gallium_la_LIBADD += \ $(top_builddir)/src/gallium/drivers/svga/libsvga.la endif -if HAVE_GALLIUM_FREEDRENO -egl_gallium_la_CPPFLAGS += -DGALLIUM_FREEDRENO -egl_gallium_la_LIBADD += \ - $(top_builddir)/src/gallium/winsys/freedreno/drm/libfreedrenodrm.la \ - $(top_builddir)/src/gallium/drivers/freedreno/libfreedreno.la \ - $(FREEDRENO_LIBS) - -endif +include $(top_srcdir)/src/gallium/drivers/freedreno/Automake.inc if HAVE_GALLIUM_SOFTPIPE egl_gallium_la_CPPFLAGS += -DGALLIUM_SOFTPIPE |