From f6e2aa0e12e4ce91dc6f8ac5140d6e1f511ea468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Wed, 25 Sep 2013 12:28:09 +0200 Subject: build/radeonsi: group all targets in common subdir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows us to share more code between different targets. Signed-off-by: Christian König Acked-by: Marek Olšák --- src/gallium/targets/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gallium/targets/Makefile.am') diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index c5126c03bf6..2498ee17b84 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -104,15 +104,15 @@ endif if HAVE_GALLIUM_RADEONSI if HAVE_DRI -SUBDIRS += dri-radeonsi +SUBDIRS += radeonsi/dri endif if HAVE_ST_XORG -SUBDIRS += xorg-radeonsi +SUBDIRS += radeonsi/xorg endif if HAVE_ST_VDPAU -SUBDIRS += vdpau-radeonsi +SUBDIRS += radeonsi/vdpau endif endif -- cgit v1.2.1