From: Sam Ravnborg <sam@ravnborg.org>
To: liqin.chen@sunplusct.com
Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
Arnd Bergmann <arnd@arndb.de>,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org
Subject: Re: [PATCH 02/27] score: create boot/Makefile configs/spct6600_defconfig
Date: Tue, 9 Jun 2009 21:14:17 +0200 [thread overview]
Message-ID: <20090609191417.GC7181@uranus.ravnborg.org> (raw)
In-Reply-To: <OF27AB920F.5CDB40B4-ON482575D0.00230527-482575D0.00237FF4@sunplusct.com>
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 <liqin.chen@sunplusct.com>
> Date: Tue, 9 Jun 2009 13:43:05 +0800
>
>
>
> Signed-off-by: Chen Liqin <liqin.chen@sunplusct.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
next prev parent reply other threads:[~2009-06-09 19:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-09 6:23 liqin.chen
2009-06-09 19:14 ` Sam Ravnborg [this message]
2009-06-13 6:55 ` liqin.chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090609191417.GC7181@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liqin.chen@sunplusct.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®