From d812c745829be2155fdd0d10e4a12606c2a10826 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 10 May 2014 14:35:08 +0100 Subject: gallium/radeon: link in libradeon.la at target level It makes more sense to link the core and common parts of the driver as the target is build. Additionally this will help us drop duplicating symbols for targets that static link mulitple pipe-drivers. Only egl-static needs that currently with more to come. To simplify things a bit add HAVE_GALLIUM_RADEON_COMMON variable. Signed-off-by: Emil Velikov Reviewed-by: Tom Stellard --- src/gallium/drivers/radeonsi/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/radeonsi/Makefile.am') diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am index f409f7e3bc4..926b2032c8a 100644 --- a/src/gallium/drivers/radeonsi/Makefile.am +++ b/src/gallium/drivers/radeonsi/Makefile.am @@ -32,5 +32,3 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libradeonsi.la libradeonsi_la_SOURCES = $(C_SOURCES) -libradeonsi_la_LIBADD = \ - ../radeon/libradeon.la -- cgit v1.2.3