diff options
author | Masato Noguchi <Masato.Noguchi@jp.sony.com> | 2006-06-19 14:33:32 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-21 01:01:31 -0400 |
commit | 6e18b27bd0911d4d2495c6fdeeac0c047d915300 (patch) | |
tree | a25ddde6b31ca7872d95710e4cd425cbd27e5f2b /arch | |
parent | 2eabbbd33ec39f690005aa186c57476598edc6b3 (diff) |
[POWERPC] spufs: fix Makefile for "make clean"
added spu_{save,restore}_dump.h to target of 'make clean'
Signed-off-by: Masato Noguchi <Masato.Noguchi@jp.sony.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/Makefile | 1 |
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 | |||
15 | SPU_LDFLAGS := -N -Ttext=0x0 | 15 | SPU_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 |
18 | clean-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 $@ $< |