[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090609191417.GC7181@uranus.ravnborg.org>
Date: Tue, 9 Jun 2009 21:14:17 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: liqin.chen@...plusct.com
Cc: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org,
Arnd Bergmann <arnd@...db.de>,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org
Subject: Re: [PATCH 02/27] score: create boot/Makefile configs/spct6600_defconfig
On Tue, Jun 09, 2009 at 02:23:27PM +0800, liqin.chen@...plusct.com wrote:
> >From 2beb0093ab93e3d7bbf6928fb28b620718afbb9f Mon Sep 17 00:00:00 2001
> From: Chen Liqin <liqin.chen@...plusct.com>
> Date: Tue, 9 Jun 2009 13:43:05 +0800
>
>
>
> Signed-off-by: Chen Liqin <liqin.chen@...plusct.com>
> ---
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists