[PATCH] Remove arch/powerpc/boot/zImage file.
authorMark A. Greer <mgreer@mvista.com>
Thu, 9 Nov 2006 00:52:25 +0000 (17:52 -0700)
committerPaul Mackerras <paulus@samba.org>
Mon, 13 Nov 2006 03:48:59 +0000 (14:48 +1100)
The bootwrapper Makefile does not clean up the 'zImage' file that
may be left laying around.  This patch removes it when cleaning that
directory.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile

index 789def3..042bac3 100644 (file)
@@ -75,7 +75,7 @@ $(obj)/zImage.lds $(obj)/zImage.coff.lds: $(obj)/%: $(srctree)/$(src)/%.S
        @cp $< $@
 
 clean-files := $(zlib) $(zlibheader) $(zliblinuxheader) \
-               empty.c zImage.coff.lds zImage.lds zImage.sandpoint
+               empty.c zImage zImage.coff.lds zImage.lds zImage.sandpoint
 
 quiet_cmd_bootcc = BOOTCC  $@
       cmd_bootcc = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o $@ $<