OSDN Git Service

r600g: Fix SCons build.
authorVinson Lee <vlee@vmware.com>
Mon, 4 Oct 2010 22:56:55 +0000 (15:56 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 4 Oct 2010 22:56:55 +0000 (15:56 -0700)
src/gallium/winsys/r600/drm/SConscript

index 88ee908..cc053c0 100644 (file)
@@ -8,8 +8,8 @@ r600_sources = [
     'radeon_bo.c',
     'radeon_bo_pb.c',
     'radeon_pciid.c',
-    'radeon_ws_bo.c',
     'r600.c',
+    'r600_bo.c',
     'r600_drm.c',
     'r600_hw_context.c',
 ]