[xtensa-cvscommit] linux/arch/xtensa/boot/images Makefile,1.3,1.4
Brought to you by:
zankel
|
From: <za...@us...> - 2003-05-07 18:55:24
|
Update of /cvsroot/xtensa/linux/arch/xtensa/boot/images In directory sc8-pr-cvs1:/tmp/cvs-serv23057/images Modified Files: Makefile Log Message: Added missing files in common (from last commit). Added targets Image and Image.initrd for RedBoot back in again. Index: Makefile =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/boot/images/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 2 May 2003 22:53:02 -0000 1.3 --- Makefile 7 May 2003 18:55:20 -0000 1.4 *************** *** 3,34 **** # - - vmlinux: $(TOPDIR)/vmlinux - $(OBJCOPY) -S -O binary \ - -R .ResetVector.text \ - -R .WindowVectors.literal \ - -R .DebugInterruptVector.* \ - -R .UserExceptionVector.literal \ - -R .DoubleExceptionVector.literal \ - -R .xt.insn \ - -R .comment \ - --strip-all \ - $(TOPDIR)/vmlinux $@ - - vmlinux.gz: $(TOPDIR)/vmlinux - $(OBJCOPY) -S -O binary \ - -R .ResetVector.text \ - -R .WindowVectors.literal \ - -R .DebugInterruptVector* \ - -R .UserExceptionVector.literal \ - -R .KernelExceptionVector.literal \ - -R .DoubleExceptionVector.literal \ - -R .debug* \ - -R .xt.insn \ - -R .comment \ - --strip-all \ - $(TOPDIR)/vmlinux vmlinux - gzip -vf9 vmlinux - clean: rm -f Image* zImage* vmlinux* --- 3,6 ---- |