diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-22 20:22:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-22 20:48:56 -0400 |
commit | 00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c (patch) | |
tree | 34b5fa03e9d81611dd1e746813a350a9961850c8 /arch/frv/boot | |
parent | 55ae922323c90fdcb733c13ccf0da2ee72763913 (diff) |
[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/Makefile | 3 |
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 @@ | |||
8 | # Copyright (C) 1995-2000 Russell King | 8 | # Copyright (C) 1995-2000 Russell King |
9 | # | 9 | # |
10 | 10 | ||
11 | targets := Image zImage bootpImage | ||
12 | |||
11 | SYSTEM =$(TOPDIR)/$(LINUX) | 13 | SYSTEM =$(TOPDIR)/$(LINUX) |
12 | 14 | ||
13 | ZTEXTADDR = 0x02080000 | 15 | ZTEXTADDR = 0x02080000 |
@@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage | |||
66 | # miscellany | 68 | # miscellany |
67 | # | 69 | # |
68 | mrproper clean: | 70 | mrproper clean: |
69 | $(RM) Image zImage bootpImage | ||
70 | # @$(MAKE) -C compressed clean | 71 | # @$(MAKE) -C compressed clean |
71 | # @$(MAKE) -C bootp clean | 72 | # @$(MAKE) -C bootp clean |
72 | 73 | ||