diff options
author | Jakob Bornecrantz <[email protected]> | 2010-03-24 18:09:19 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-03-24 18:09:19 +0100 |
commit | 42a1bcc22f0ed84faa51dafe9e61703e02e93eba (patch) | |
tree | 1224aa23028e561ab89f2a2ef3582a0315d013f3 /src | |
parent | c9f98673c5b6830cd1f41c0c53a9e5e299d47464 (diff) |
radeong: Fix scons build
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/radeon/drm/SConscript | 2 |
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', ] |