diff options
author | Emil Velikov <[email protected]> | 2014-09-21 16:31:14 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-24 10:44:01 +0100 |
commit | 3d909864c8006332aa4c2155356ec68fdc8dbc28 (patch) | |
tree | 0d4169d7131852ffa7384b4ba3a3c07ab1f23306 /src/gallium/targets | |
parent | c2b5d7024e8b348fca5f666376d07685d1a45a8c (diff) |
gallium/vc4: add automake target 'templates'
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')
-rw-r--r-- | src/gallium/targets/dri/Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index 0143694171a..24513584f29 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -82,17 +82,7 @@ include $(top_srcdir)/src/gallium/drivers/svga/Automake.inc include $(top_srcdir)/src/gallium/drivers/freedreno/Automake.inc -if HAVE_GALLIUM_VC4 -MEGADRIVERS += vc4 -STATIC_TARGET_CPPFLAGS += -DGALLIUM_VC4 -STATIC_TARGET_LIB_DEPS += \ - $(top_builddir)/src/gallium/winsys/vc4/drm/libvc4drm.la \ - $(top_builddir)/src/gallium/drivers/vc4/libvc4.la - -if USE_VC4_SIMULATOR -STATIC_TARGET_CPPFLAGS += -DUSE_VC4_SIMULATOR -endif -endif +include $(top_srcdir)/src/gallium/drivers/vc4/Automake.inc if HAVE_GALLIUM_SOFTPIPE MEGADRIVERS += swrast |