From: Pete P. <pp...@us...> - 2001-11-20 01:44:49
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv31047/arch/mips Modified Files: Makefile Log Message: CONFIG_BLK_DEV_INITRD was in the Makefile twice. Ralf recently added the generic initrd patch and apparently we applied the patch to the sforge tree -- which already had the patch. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Makefile 2001/11/19 18:31:01 1.29 +++ Makefile 2001/11/20 01:44:46 1.30 @@ -121,15 +121,6 @@ SUBDIRS += arch/mips/ramdisk endif -# -# ramdisk/initrd support -# You need a compressed ramdisk image, named ramdisk.gz in -# arch/mips/ramdisk -# -ifdef CONFIG_BLK_DEV_INITRD -CORE_FILES += arch/mips/ramdisk/ramdisk.o -SUBDIRS += arch/mips/ramdisk -endif # # Board-dependent options and extra files |