On Tue, Jun 09, 2009 at 02:23:27PM +0800, liqin.chen@xxxxxxxxxxxxx wrote: > >From 2beb0093ab93e3d7bbf6928fb28b620718afbb9f Mon Sep 17 00:00:00 2001 > From: Chen Liqin <liqin.chen@xxxxxxxxxxxxx> > Date: Tue, 9 Jun 2009 13:43:05 +0800 > > > > Signed-off-by: Chen Liqin <liqin.chen@xxxxxxxxxxxxx> > --- > 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-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html