summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMark A. Greer2006-11-09 01:52:25 +0100
committerPaul Mackerras2006-11-13 04:48:59 +0100
commit25787afa5c16d35cdfb191f63a3a406b3206744e (patch)
tree8f6af7221323fdcb10dc8b6f0011eec97d4244fc /arch
parent[PATCH] Remove dtb file created by wrapper script (diff)
downloadkernel-qcow2-linux-25787afa5c16d35cdfb191f63a3a406b3206744e.tar.gz
kernel-qcow2-linux-25787afa5c16d35cdfb191f63a3a406b3206744e.tar.xz
kernel-qcow2-linux-25787afa5c16d35cdfb191f63a3a406b3206744e.zip
[PATCH] Remove arch/powerpc/boot/zImage file.
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>
Diffstat (limited to 'arch')
-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 789def38af40..042bac319be0 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
@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 $@ $<