From: James S. <jsi...@us...> - 2001-11-04 19:20:41
|
Update of /cvsroot/linux-mips/linux/arch/mips/philips/nino In directory usw-pr-cvs1:/tmp/cvs-serv25470 Modified Files: Makefile Log Message: We have universal ramdisk support. We don't need each device handling it itself. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/philips/nino/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 2001/11/04 16:02:52 1.6 +++ Makefile 2001/11/04 19:20:38 1.7 @@ -22,12 +22,6 @@ obj-$(CONFIG_REMOTE_DEBUG) += kgdb.o -obj-$(CONFIG_BLK_DEV_INITRD) += ramdisk.o - -ramdisk.o: - $(MAKE) -C ramdisk - mv ramdisk/ramdisk.o ramdisk.o - clean: rm -f *.o |