From: Dave Airlie Date: Thu, 26 Mar 2009 01:15:07 +0000 (+1000) Subject: r200: add fbo files to the compile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d36a19c90fcc3f6e09dd01072b8b279cc8baef2;p=mesa.git r200: add fbo files to the compile --- diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index e593ed91c58..6a246edf7cb 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)