From: James S. <jsi...@us...> - 2001-10-05 21:26:22
|
Update of /cvsroot/linux-mips/linux/arch/mips/korva In directory usw-pr-cvs1:/tmp/cvs-serv17029 Modified Files: Makefile Log Message: Now use the generic ramdisk support. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/korva/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 2001/09/17 17:02:29 1.2 +++ Makefile 2001/10/05 21:26:19 1.3 @@ -16,7 +16,6 @@ obj-y := setup.o prom.o reset.o int_handler.o irq.o irq_cpu.o irq_korva.o \ candy_setup.o -obj-$(CONFIG_BLK_DEV_INITRD) += ramdisk.o obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o include $(TOPDIR)/Rules.make |