diff options
author | Dave Airlie <airlied@redhat.com> | 2009-03-26 11:15:07 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-03-26 11:15:07 +1000 |
commit | 4d36a19c90fcc3f6e09dd01072b8b279cc8baef2 (patch) | |
tree | 086339ae4feb86012044d4396811733d06cfddda /src/mesa/drivers | |
parent | f577c8e462fc924ea436d129ad64c8a1226b5f9c (diff) |
r200: add fbo files to the compile
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index e593ed91c5..6a246edf7c 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -22,7 +22,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 = r200_context.c \ @@ -80,7 +81,8 @@ COMMON_SYMLINKS = \ radeon_texture.c \ radeon_texture.h \ radeon_dma.c \ - radeon_dma.h + radeon_dma.h \ + radeon_fbo.c DRI_LIB_DEPS += $(RADEON_LDFLAGS) |