summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell/spu/Makefile')
-rw-r--r--src/mesa/pipe/cell/spu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/spu/Makefile b/src/mesa/pipe/cell/spu/Makefile
index 8e606dd1a2..bf97a49e78 100644
--- a/src/mesa/pipe/cell/spu/Makefile
+++ b/src/mesa/pipe/cell/spu/Makefile
@@ -17,6 +17,7 @@ PROG_SPU_EMBED_O = $(PROG)_spu-embed.o
SOURCES = \
main.c \
+ tile.c \
tri.c
SPU_OBJECTS = $(SOURCES:.c=.o) \
@@ -40,6 +41,9 @@ $(PROG_SPU): $(SPU_OBJECTS)
main.o: main.c
$(SPU_CC) $(SPU_CFLAGS) -c main.c
+tile.o: tile.c
+ $(SPU_CC) $(SPU_CFLAGS) -c tile.c
+
tri.o: tri.c
$(SPU_CC) $(SPU_CFLAGS) -c tri.c