Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759560AbZFITMR (ORCPT ); Tue, 9 Jun 2009 15:12:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755806AbZFITMB (ORCPT ); Tue, 9 Jun 2009 15:12:01 -0400 Received: from pfepa.post.tele.dk ([195.41.46.235]:38543 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755474AbZFITMA (ORCPT ); Tue, 9 Jun 2009 15:12:00 -0400 Date: Tue, 9 Jun 2009 21:14:17 +0200 From: Sam Ravnborg To: liqin.chen@sunplusct.com Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Andrew Morton , torvalds@linux-foundation.org Subject: Re: [PATCH 02/27] score: create boot/Makefile configs/spct6600_defconfig Message-ID: <20090609191417.GC7181@uranus.ravnborg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1554 Lines: 48 On Tue, Jun 09, 2009 at 02:23:27PM +0800, liqin.chen@sunplusct.com wrote: > >From 2beb0093ab93e3d7bbf6928fb28b620718afbb9f Mon Sep 17 00:00:00 2001 > From: Chen Liqin > Date: Tue, 9 Jun 2009 13:43:05 +0800 > > > > Signed-off-by: Chen Liqin > --- > arch/score/boot/Makefile | 15 + > arch/score/configs/spct6600_defconfig | 726 > +++++++++++++++++++++++++++++++++ > 2 files changed, 741 insertions(+), 0 deletions(-) > create mode 100644 arch/score/boot/Makefile > create mode 100644 arch/score/configs/spct6600_defconfig > > diff --git a/arch/score/boot/Makefile b/arch/score/boot/Makefile > new file mode 100644 > index 0000000..c3376b1 > --- /dev/null > +++ b/arch/score/boot/Makefile > @@ -0,0 +1,15 @@ > +# > +# arch/score/boot/Makefile > +# > +# This file is subject to the terms and conditions of the GNU General > Public > +# License. See the file "COPYING" in the main directory of this archive > +# for more details. > +# > + > +targets := vmlinux.bin > + > +$(obj)/vmlinux.bin: vmlinux FORCE > + $(call if_changed,objcopy) > + @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' > + > +clean-kernel += vmlinux.bin I think you wanted to say: clean-files here? [yeah, microblaze has same bug..] Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/