summaryrefslogtreecommitdiffstats
path: root/arch/sparc/boot
diff options
context:
space:
mode:
authorSam Ravnborg2008-11-30 06:53:26 +0100
committerDavid S. Miller2008-12-04 18:17:14 +0100
commitc489326939b28ca93a8cfcbda8adbeb328101682 (patch)
tree45cb40dbad464b8f1613e441023365d859b0d886 /arch/sparc/boot
parentsparc: refactor Makefile (diff)
downloadkernel-qcow2-linux-c489326939b28ca93a8cfcbda8adbeb328101682.tar.gz
kernel-qcow2-linux-c489326939b28ca93a8cfcbda8adbeb328101682.tar.xz
kernel-qcow2-linux-c489326939b28ca93a8cfcbda8adbeb328101682.zip
sparc: clean boot/
Leave all cleaning to boot/Makefile and delete zImage too when we do a 'make clean' Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/boot')
-rw-r--r--arch/sparc/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc/boot/Makefile b/arch/sparc/boot/Makefile
index 4fd562034a74..06b653df820d 100644
--- a/arch/sparc/boot/Makefile
+++ b/arch/sparc/boot/Makefile
@@ -7,7 +7,8 @@ ROOT_IMG := /usr/src/root.img
ELFTOAOUT := elftoaout
hostprogs-y := piggyback btfixupprep
-targets := tftpboot.img btfix.o btfix.S image
+targets := tftpboot.img btfix.o btfix.S image zImage
+clean-files := System.map
quiet_cmd_elftoaout = ELFTOAOUT $@
cmd_elftoaout = $(ELFTOAOUT) $(obj)/image -o $@