From: Pete P. <pp...@us...> - 2002-05-09 17:22:37
|
Update of /cvsroot/linux-mips/linux/arch/mips/lib In directory usw-pr-cvs1:/tmp/cvs-serv27584/arch/mips/lib Modified Files: Makefile Log Message: Added support for the Lexra 4189 CPU and eval board. Initial port completed by Lexra. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/lib/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 14 Nov 2001 16:17:16 -0000 1.3 +++ Makefile 9 May 2002 17:22:34 -0000 1.4 @@ -14,7 +14,7 @@ watch.o strlen_user.o strncpy_user.o \ strnlen_user.o -ifeq ($(CONFIG_CPU_R3000)$(CONFIG_CPU_TX39XX),y) +ifeq ($(CONFIG_CPU_R3000)$(CONFIG_CPU_TX39XX)$(CONFIG_CPU_LX45XXX),y) obj-y += r3k_dump_tlb.o else obj-y += dump_tlb.o |