projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b26a92
)
cell: added rule to produce .s assembly files
author
Brian Paul
<brianp@vmware.com>
Sat, 10 Jan 2009 04:00:15 +0000
(21:00 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 10 Jan 2009 21:58:44 +0000
(14:58 -0700)
src/gallium/drivers/cell/ppu/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/ppu/Makefile
b/src/gallium/drivers/cell/ppu/Makefile
index 9358a47284c63859424d2ae6889a84774d136612..4d6ac0d26633a18a5b61e10c41c6d997e0d78820 100644
(file)
--- 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)