aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2006-10-23 15:26:57 -0400
committerPaul Mackerras <paulus@samba.org>2006-10-25 00:20:20 -0400
commita0f467261ae041864414103b8dd6fc4487a3c7de (patch)
treec1c91b882a0ccc3b61e2633477427efb22033d3c /arch/powerpc/boot
parent41999295b6c25d799dacbbca089fdbc19f6d60f5 (diff)
[POWERPC] Fixed some missing files to be deleted when running make clean
Fixed some missing files to be deleted when running make clean Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 1e71a452b17f..789def38af40 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -75,7 +75,7 @@ $(obj)/zImage.lds $(obj)/zImage.coff.lds: $(obj)/%: $(srctree)/$(src)/%.S
75 @cp $< $@ 75 @cp $< $@
76 76
77clean-files := $(zlib) $(zlibheader) $(zliblinuxheader) \ 77clean-files := $(zlib) $(zlibheader) $(zliblinuxheader) \
78 $(obj)/empty.c 78 empty.c zImage.coff.lds zImage.lds zImage.sandpoint
79 79
80quiet_cmd_bootcc = BOOTCC $@ 80quiet_cmd_bootcc = BOOTCC $@
81 cmd_bootcc = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o $@ $< 81 cmd_bootcc = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o $@ $<