summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-09 21:00:15 -0700
committerBrian Paul <brianp@vmware.com>2009-01-10 14:58:44 -0700
commitfba6dac380ed7db17c7f329d03fd5bcfae9c6aaf (patch)
treeae326aa2713e57b15a55499a2acb930a8a08dbc6 /src
parent2b26a92cd34f8d83cc0ae621d1cfeb3955de57fa (diff)
cell: added rule to produce .s assembly files
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/cell/ppu/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile
index 9358a47284..4d6ac0d266 100644
--- a/src/gallium/drivers/cell/ppu/Makefile
+++ b/src/gallium/drivers/cell/ppu/Makefile
@@ -55,6 +55,9 @@ INCLUDE_DIRS = \
$(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
+.c.s:
+ $(CC) -S $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
+
default: $(CELL_LIB)