Update of /cvsroot/linux-mips/linux/arch/mips/philips/nino
In directory usw-pr-cvs1:/tmp/cvs-serv18373
Modified Files:
Makefile
Log Message:
Now use the generic ramdisk support.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/philips/nino/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile 2001/06/22 02:29:32 1.1.1.1
+++ Makefile 2001/10/05 21:29:43 1.2
@@ -21,12 +21,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
|