Commit 00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c

Authored by Al Viro
Committed by Linus Torvalds
1 parent 55ae922323

[PATCH] sanitize frv archclean

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 2 changed files with 3 additions and 5 deletions Side-by-side Diff

... ... @@ -108,11 +108,8 @@
108 108 bootstrap:
109 109 $(Q)$(MAKEBOOT) bootstrap
110 110  
111   -archmrproper:
112   - $(Q)$(MAKE) $(build)=arch/frv/boot mrproper
113   -
114 111 archclean:
115   - $(Q)$(MAKE) $(build)=arch/frv/boot clean
  112 + $(Q)$(MAKE) $(clean)=arch/frv/boot
116 113  
117 114 archdep: scripts/mkdep symlinks
118 115 $(Q)$(MAKE) $(build)=arch/frv/boot dep
arch/frv/boot/Makefile
... ... @@ -8,6 +8,8 @@
8 8 # Copyright (C) 1995-2000 Russell King
9 9 #
10 10  
  11 +targets := Image zImage bootpImage
  12 +
11 13 SYSTEM =$(TOPDIR)/$(LINUX)
12 14  
13 15 ZTEXTADDR = 0x02080000
... ... @@ -66,7 +68,6 @@
66 68 # miscellany
67 69 #
68 70 mrproper clean:
69   - $(RM) Image zImage bootpImage
70 71 # @$(MAKE) -C compressed clean
71 72 # @$(MAKE) -C bootp clean
72 73