summaryrefslogtreecommitdiffstats
path: root/arch/frv/boot
diff options
context:
space:
mode:
authorAl Viro2006-09-23 02:22:46 +0200
committerLinus Torvalds2006-09-23 02:48:56 +0200
commit00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c (patch)
tree34b5fa03e9d81611dd1e746813a350a9961850c8 /arch/frv/boot
parent[PATCH] aoa is pmac-only (diff)
downloadkernel-qcow2-linux-00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c.tar.gz
kernel-qcow2-linux-00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c.tar.xz
kernel-qcow2-linux-00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c.zip
[PATCH] sanitize frv archclean
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/frv/boot')
-rw-r--r--arch/frv/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile
index 5dfc93fd945a..dc6f03824423 100644
--- a/arch/frv/boot/Makefile
+++ b/arch/frv/boot/Makefile
@@ -8,6 +8,8 @@
# Copyright (C) 1995-2000 Russell King
#
+targets := Image zImage bootpImage
+
SYSTEM =$(TOPDIR)/$(LINUX)
ZTEXTADDR = 0x02080000
@@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage
# miscellany
#
mrproper clean:
- $(RM) Image zImage bootpImage
# @$(MAKE) -C compressed clean
# @$(MAKE) -C bootp clean