From: Jun S. <ju...@us...> - 2001-09-22 16:35:18
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv5895/arch/mips Modified Files: Makefile config.in Log Message: Osprey kernel more or less works now, but very unstable. See TODO file. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile 2001/09/16 03:28:13 1.16 +++ Makefile 2001/09/22 16:35:15 1.17 @@ -211,9 +211,9 @@ # NEC Osprey (vr4181) board # ifdef CONFIG_NEC_OSPREY -SUBDIRS += arch/mips/vr41xx arch/mips/vr41xx/vr4181 -LIBS += arch/mips/vr41xx/vr41xx.o \ - arch/mips/vr41xx/vr4181/vr4181.o +SUBDIRS += arch/mips/vr4181/common arch/mips/vr4181/osprey +LIBS += arch/mips/vr4181/common/vr4181.o \ + arch/mips/vr4181/osprey/osprey.o LOADADDR += 0x80014000 endif Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- config.in 2001/09/12 16:18:23 1.22 +++ config.in 2001/09/22 16:35:15 1.23 @@ -183,6 +183,7 @@ define_bool CONFIG_VR4181 y define_bool CONFIG_ISA y define_bool CONFIG_SERIAL y + define_bool CONFIG_DUMMY_KEYB y define_bool CONFIG_SCSI n fi if [ "$CONFIG_NEC_EAGLE" = "y" ]; then |