From: James S. <jsi...@us...> - 2001-10-05 21:25:35
|
Update of /cvsroot/linux-mips/linux/arch/mips/ite-boards/qed-4n-s01b In directory usw-pr-cvs1:/tmp/cvs-serv16685 Modified Files: Makefile Log Message: Now use the generic ramdisk support. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ite-boards/qed-4n-s01b/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:31 1.1.1.1 +++ Makefile 2001/10/05 21:25:32 1.2 @@ -26,11 +26,6 @@ obj-y += pci_fixup.o endif -ifdef CONFIG_BLK_DEV_INITRD -obj-y += le_ramdisk.o -endif - - dep: $(CPP) -M *.c > .depend |