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/Makefile | |
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/Makefile')
-rw-r--r-- | arch/frv/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/frv/Makefile b/arch/frv/Makefile index d163747d17c0..038e3a8457e0 100644 --- a/arch/frv/Makefile +++ b/arch/frv/Makefile | |||
@@ -108,11 +108,8 @@ Image: vmlinux | |||
108 | bootstrap: | 108 | bootstrap: |
109 | $(Q)$(MAKEBOOT) bootstrap | 109 | $(Q)$(MAKEBOOT) bootstrap |
110 | 110 | ||
111 | archmrproper: | ||
112 | $(Q)$(MAKE) $(build)=arch/frv/boot mrproper | ||
113 | |||
114 | archclean: | 111 | archclean: |
115 | $(Q)$(MAKE) $(build)=arch/frv/boot clean | 112 | $(Q)$(MAKE) $(clean)=arch/frv/boot |
116 | 113 | ||
117 | archdep: scripts/mkdep symlinks | 114 | archdep: scripts/mkdep symlinks |
118 | $(Q)$(MAKE) $(build)=arch/frv/boot dep | 115 | $(Q)$(MAKE) $(build)=arch/frv/boot dep |