diff options
author | Christian König <[email protected]> | 2013-09-25 12:28:09 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2013-09-25 19:41:27 +0200 |
commit | f6e2aa0e12e4ce91dc6f8ac5140d6e1f511ea468 (patch) | |
tree | 4f56399d2bc73f95c671c8fbe0cfaf00b2506c23 /src/gallium/targets/Makefile.am | |
parent | 015853b56872deea493b25248d760ee4eda198e9 (diff) |
build/radeonsi: 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 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |