提交 00ddaf20 编写于 作者: A Al Viro 提交者: Linus Torvalds

[PATCH] sanitize frv archclean

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 55ae9223
...@@ -108,11 +108,8 @@ Image: vmlinux ...@@ -108,11 +108,8 @@ Image: vmlinux
bootstrap: bootstrap:
$(Q)$(MAKEBOOT) bootstrap $(Q)$(MAKEBOOT) bootstrap
archmrproper:
$(Q)$(MAKE) $(build)=arch/frv/boot mrproper
archclean: archclean:
$(Q)$(MAKE) $(build)=arch/frv/boot clean $(Q)$(MAKE) $(clean)=arch/frv/boot
archdep: scripts/mkdep symlinks archdep: scripts/mkdep symlinks
$(Q)$(MAKE) $(build)=arch/frv/boot dep $(Q)$(MAKE) $(build)=arch/frv/boot dep
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
# Copyright (C) 1995-2000 Russell King # Copyright (C) 1995-2000 Russell King
# #
targets := Image zImage bootpImage
SYSTEM =$(TOPDIR)/$(LINUX) SYSTEM =$(TOPDIR)/$(LINUX)
ZTEXTADDR = 0x02080000 ZTEXTADDR = 0x02080000
...@@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage ...@@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage
# miscellany # miscellany
# #
mrproper clean: mrproper clean:
$(RM) Image zImage bootpImage
# @$(MAKE) -C compressed clean # @$(MAKE) -C compressed clean
# @$(MAKE) -C bootp clean # @$(MAKE) -C bootp clean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册