[xtensa-cvscommit] linux/arch/xtensa/boot/boot-elf Makefile,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <za...@us...> - 2003-05-02 22:53:06
|
Update of /cvsroot/xtensa/linux/arch/xtensa/boot/boot-elf In directory sc8-pr-cvs1:/tmp/cvs-serv3499/boot-elf Modified Files: Makefile Log Message: Added support for compressed kernels. Removed targets 'Image' and 'Image.initrd' for RedBoot. Use 'make zImage' and 'make zImage.initrd', instead. Index: Makefile =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/boot/boot-elf/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 28 Aug 2002 16:10:13 -0000 1.1.1.1 --- Makefile 2 May 2003 22:53:02 -0000 1.2 *************** *** 51,52 **** --- 51,58 ---- clean: + + zImage: + + zImage.initrd: + + |