aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/cell/spufs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/Makefile b/arch/powerpc/platforms/cell/spufs/Makefile
index 7963d520b67b..e3c4482be3be 100644
--- a/arch/powerpc/platforms/cell/spufs/Makefile
+++ b/arch/powerpc/platforms/cell/spufs/Makefile
@@ -15,6 +15,7 @@ SPU_AFLAGS := -c -D__ASSEMBLY__ -I$(srctree)/include -I$(objtree)/include2
15SPU_LDFLAGS := -N -Ttext=0x0 15SPU_LDFLAGS := -N -Ttext=0x0
16 16
17$(obj)/switch.o: $(obj)/spu_save_dump.h $(obj)/spu_restore_dump.h 17$(obj)/switch.o: $(obj)/spu_save_dump.h $(obj)/spu_restore_dump.h
18clean-files := spu_save_dump.h spu_restore_dump.h
18 19
19# Compile SPU files 20# Compile SPU files
20 cmd_spu_cc = $(SPU_CC) $(SPU_CFLAGS) -c -o $@ $< 21 cmd_spu_cc = $(SPU_CC) $(SPU_CFLAGS) -c -o $@ $<