Mesa (gallium-0.2): cell: added rule to produce .s assembly files

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 10 22:05:04 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: fba6dac380ed7db17c7f329d03fd5bcfae9c6aaf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fba6dac380ed7db17c7f329d03fd5bcfae9c6aaf

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Jan  9 21:00:15 2009 -0700

cell: added rule to produce .s assembly files

---

 src/gallium/drivers/cell/ppu/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile
index 9358a47..4d6ac0d 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)
 




More information about the mesa-commit mailing list