cell: added rule to produce .s assembly files
[mesa.git] / src / gallium / drivers / cell / ppu / Makefile
index 9358a47284c63859424d2ae6889a84774d136612..4d6ac0d26633a18a5b61e10c41c6d997e0d78820 100644 (file)
@@ -55,6 +55,9 @@ INCLUDE_DIRS = \
        $(CC) -c $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
 
 
+.c.s:
+       $(CC) -S $(INCLUDE_DIRS) $(CFLAGS) $< -o $@
+
 
 default: $(CELL_LIB)