diff options
author | Dave Airlie <[email protected]> | 2009-03-20 18:23:38 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-03-20 18:23:38 +1000 |
commit | fabce837f9740df2553b6cc0dd991b2cb8b8fc5b (patch) | |
tree | cd5474072b31f2e49770c69c3f235d61c2ed804b /src/mesa/drivers/dri/r300/Makefile | |
parent | 407e8ae5b167b0193e1e5b1266a5d61ed836dfb5 (diff) |
radeon: initial couch code copy from radeon
Diffstat (limited to 'src/mesa/drivers/dri/r300/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r300/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/Makefile b/src/mesa/drivers/dri/r300/Makefile index 497b1ec528f..0dff9a12731 100644 --- a/src/mesa/drivers/dri/r300/Makefile +++ b/src/mesa/drivers/dri/r300/Makefile @@ -31,7 +31,8 @@ RADEON_COMMON_SOURCES = \ radeon_bo_legacy.c \ radeon_cs_legacy.c \ radeon_mipmap_tree.c \ - radeon_span.c + radeon_span.c \ + radeon_fbo.c DRIVER_SOURCES = \ radeon_screen.c \ @@ -96,7 +97,8 @@ COMMON_SYMLINKS = \ radeon_mipmap_tree.c \ radeon_mipmap_tree.h \ radeon_texture.c \ - radeon_texture.h + radeon_texture.h \ + radeon_fbo.c DRI_LIB_DEPS += $(RADEON_LDFLAGS) |