From: Ian Romanick Date: Thu, 21 Feb 2008 18:24:29 +0000 (-0800) Subject: Cell: Add spu_dcache.c to Makefile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6dd47c264a8642a4e3dbe0b4fc194174743c64fc;p=mesa.git Cell: Add spu_dcache.c to Makefile. This was erroneously missing in previous commits. --- diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile index 30ef2450ece..c071de1900b 100644 --- a/src/gallium/drivers/cell/spu/Makefile +++ b/src/gallium/drivers/cell/spu/Makefile @@ -18,6 +18,7 @@ PROG_SPU_EMBED_O = $(PROG)_spu-embed.o SOURCES = \ spu_main.c \ spu_blend.c \ + spu_dcache.c \ spu_render.c \ spu_texture.c \ spu_tile.c \