Skip to content

Commit

Permalink
[PATCH] sanitize frv archclean
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 23, 2006
1 parent 55ae922 commit 00ddaf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions arch/frv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,8 @@ Image: vmlinux
bootstrap:
$(Q)$(MAKEBOOT) bootstrap

archmrproper:
$(Q)$(MAKE) $(build)=arch/frv/boot mrproper

archclean:
$(Q)$(MAKE) $(build)=arch/frv/boot clean
$(Q)$(MAKE) $(clean)=arch/frv/boot

archdep: scripts/mkdep symlinks
$(Q)$(MAKE) $(build)=arch/frv/boot dep
3 changes: 2 additions & 1 deletion arch/frv/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# Copyright (C) 1995-2000 Russell King
#

targets := Image zImage bootpImage

SYSTEM =$(TOPDIR)/$(LINUX)

ZTEXTADDR = 0x02080000
Expand Down Expand Up @@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage
# miscellany
#
mrproper clean:
$(RM) Image zImage bootpImage
# @$(MAKE) -C compressed clean
# @$(MAKE) -C bootp clean

Expand Down

0 comments on commit 00ddaf2

Please sign in to comment.