From: Paul M. <le...@us...> - 2002-06-13 13:35:54
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv16356/arch/mips Modified Files: Makefile Log Message: CONFIG_COBALT_MICRO_SERVER -> CONFIG_MIPS_COBALT Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- Makefile 5 Jun 2002 14:19:57 -0000 1.49 +++ Makefile 13 Jun 2002 13:35:49 -0000 1.50 @@ -172,7 +172,7 @@ LOADADDR += 0x80080000 endif -ifdef CONFIG_COBALT_MICRO_SERVER +ifdef CONFIG_MIPS_COBALT SUBDIRS += arch/mips/cobalt CORE_FILES += arch/mips/cobalt/cobalt.o LOADADDR += 0x80080000 |