From 1ce2e4f70a329e4339b56de1d1e3c4f3b2896773 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 23 Sep 2006 01:22:46 +0100 Subject: [PATCH] --- yaml --- r: 34350 b: refs/heads/master c: 00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/frv/Makefile | 5 +---- trunk/arch/frv/boot/Makefile | 3 ++- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 5f869e7a3d0a..22e280fc5a6e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55ae922323c90fdcb733c13ccf0da2ee72763913 +refs/heads/master: 00ddaf20b0049c65ddd0c2b1cbed16c7a433e47c diff --git a/trunk/arch/frv/Makefile b/trunk/arch/frv/Makefile index d163747d17c0..038e3a8457e0 100644 --- a/trunk/arch/frv/Makefile +++ b/trunk/arch/frv/Makefile @@ -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 diff --git a/trunk/arch/frv/boot/Makefile b/trunk/arch/frv/boot/Makefile index 5dfc93fd945a..dc6f03824423 100644 --- a/trunk/arch/frv/boot/Makefile +++ b/trunk/arch/frv/boot/Makefile @@ -8,6 +8,8 @@ # Copyright (C) 1995-2000 Russell King # +targets := Image zImage bootpImage + SYSTEM =$(TOPDIR)/$(LINUX) ZTEXTADDR = 0x02080000 @@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage # miscellany # mrproper clean: - $(RM) Image zImage bootpImage # @$(MAKE) -C compressed clean # @$(MAKE) -C bootp clean