From: Brian Paul Date: Sat, 10 Jan 2009 04:00:15 +0000 (-0700) Subject: cell: added rule to produce .s assembly files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fba6dac380ed7db17c7f329d03fd5bcfae9c6aaf;p=mesa.git cell: added rule to produce .s assembly files --- diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile index 9358a47284c..4d6ac0d2663 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)