summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon/drm/SConscript
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-03-24 18:09:19 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-03-24 18:09:19 +0100
commit42a1bcc22f0ed84faa51dafe9e61703e02e93eba (patch)
tree1224aa23028e561ab89f2a2ef3582a0315d013f3 /src/gallium/winsys/radeon/drm/SConscript
parentc9f98673c5b6830cd1f41c0c53a9e5e299d47464 (diff)
radeong: Fix scons build
Diffstat (limited to 'src/gallium/winsys/radeon/drm/SConscript')
-rw-r--r--src/gallium/winsys/radeon/drm/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/radeon/drm/SConscript b/src/gallium/winsys/radeon/drm/SConscript
index f4e9c397bdf..19e895f10b9 100644
--- a/src/gallium/winsys/radeon/drm/SConscript
+++ b/src/gallium/winsys/radeon/drm/SConscript
@@ -3,7 +3,7 @@ Import('*')
env = drienv.Clone()
radeon_sources = [
- 'radeon_buffer.c',
+ 'radeon_drm_buffer.c',
'radeon_drm.c',
'radeon_r300.c',
]