From: James S. <jsi...@us...> - 2001-11-27 17:59:55
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv13634 Modified Files: Makefile Log Message: Rearrange IP22 files the same way as 64-bit IP22. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Makefile 2001/11/26 19:57:38 1.31 +++ Makefile 2001/11/27 17:59:52 1.32 @@ -177,9 +177,9 @@ endif ifdef CONFIG_SGI_IP22 -CORE_FILES += arch/mips/sgi/kernel/ip22-kern.o +CORE_FILES += arch/mips/sgi-ip22/ip22-kern.o LIBS += arch/mips/arc/arclib.a -SUBDIRS += arch/mips/sgi/kernel arch/mips/arc +SUBDIRS += arch/mips/sgi-ip22 arch/mips/arc # # Set LOADADDR to >= 0x88069000 if you want to leave space for symmon, # 0x88002000 for production kernels. Note that the value must be |