lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 13 Jun 2009 14:55:00 +0800
From:	liqin.chen@...plusct.com
To:	Sam Ravnborg <sam@...nborg.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Arnd Bergmann <arnd@...db.de>, linux-arch@...r.kernel.org,
	linux-arch-owner@...r.kernel.org, linux-kernel@...r.kernel.org,
	torvalds@...ux-foundation.org
Subject: Re: [PATCH 02/27] score: create boot/Makefile configs/spct6600_defconfig

Hi Sam,

linux-arch-owner@...r.kernel.org 写于 2009-06-10 03:14:17:

> 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?
> 

Thanks your comments, I have removed the unused lines and 
incorrect code from Kconfig and Makefile.

Best Regards
Liqin
--

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ