diff options
author | Christian König <[email protected]> | 2013-09-25 11:34:39 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2013-09-25 19:41:23 +0200 |
commit | 015853b56872deea493b25248d760ee4eda198e9 (patch) | |
tree | 13e66d31c1b0bc4e2b6ea772554b874a19e399b8 /src/gallium/targets/Makefile.am | |
parent | 533e9a04b4de9f9a10b6ccb0e4d4e3eb66cdd8e7 (diff) |
build/r600: group all targets in common subdir
Allows us to share more code between different targets.
Signed-off-by: Christian König <[email protected]>
Acked-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r-- | src/gallium/targets/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index 997ee8e3654..c5126c03bf6 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -86,19 +86,19 @@ endif if HAVE_GALLIUM_R600 if HAVE_DRI -SUBDIRS += dri-r600 +SUBDIRS += r600/dri endif if HAVE_ST_XORG -SUBDIRS += xorg-r600 +SUBDIRS += r600/xorg endif if HAVE_ST_XVMC -SUBDIRS += xvmc-r600 +SUBDIRS += r600/xvmc endif if HAVE_ST_VDPAU -SUBDIRS += vdpau-r600 +SUBDIRS += r600/vdpau endif endif |