From: M. R. B. <mr...@us...> - 2002-05-01 10:04:35
|
Update of /cvsroot/linuxdc/linux-sh-dc/arch/sh/mm In directory usw-pr-cvs1:/tmp/cvs-serv19034/arch/sh/mm Modified Files: Makefile Log Message: Sync'd tree against LinuxSH 2.4.18 Index: Makefile =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/arch/sh/mm/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 14 Aug 2001 07:37:00 -0000 1.1 +++ Makefile 1 May 2002 10:00:20 -0000 1.2 @@ -11,7 +11,7 @@ obj-y := init.o fault.o extable.o clear_page.o copy_page.o obj-$(CONFIG_CPU_SH3) += cache-sh3.o -obj-$(CONFIG_CPU_SH4) += cache-sh4.o __clear_user_page-sh4.o __copy_user_page-sh4.o ioremap.o sq.o +obj-$(CONFIG_CPU_SH4) += cache-sh4.o ioremap.o sq.o USE_STANDARD_AS_RULE := true |