summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-15 12:08:47 -0700
committerBrian Paul <brianp@vmware.com>2009-02-15 14:03:25 -0700
commit9576ddd97d463273978cdc530accc04c5d701966 (patch)
tree70f7ee676c143f0a93c16af412d27e4029832c69 /src/gallium/drivers/cell/spu
parent37c4f7eed2e8e31fbc847c486be4095635745a9c (diff)
cell: minor Makefile clean-up
Diffstat (limited to 'src/gallium/drivers/cell/spu')
-rw-r--r--src/gallium/drivers/cell/spu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile
index 116453b79c..3cc52301da 100644
--- a/src/gallium/drivers/cell/spu/Makefile
+++ b/src/gallium/drivers/cell/spu/Makefile
@@ -33,9 +33,10 @@ OLD_SOURCES = \
spu_vertex_shader.c
-SPU_OBJECTS = $(SOURCES:.c=.o) \
+SPU_OBJECTS = $(SOURCES:.c=.o)
+
+SPU_ASM_OUT = $(SOURCES:.c=.s)
-SPU_ASM_OUT = $(SOURCES:.c=.s) \
INCLUDE_DIRS = \
-I$(TOP)/src/mesa \