patch-2.4.22 linux-2.4.22/arch/sh/mm/Makefile
Next file: linux-2.4.22/arch/sh/mm/cache-sh4.c
Previous file: linux-2.4.22/arch/sh/lib/delay.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
2003-08-25 04:44:40.000000000 -0700
-  Orig file: 
linux-2.4.21/arch/sh/mm/Makefile
-  Orig date: 
2001-09-08 12:29:09.000000000 -0700
diff -urN linux-2.4.21/arch/sh/mm/Makefile linux-2.4.22/arch/sh/mm/Makefile
@@ -10,8 +10,9 @@
 O_TARGET := mm.o
 obj-y	 := init.o fault.o extable.o clear_page.o copy_page.o
 
+obj-$(CONFIG_PCI_SD0001) += ioremap.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
+obj-$(CONFIG_CPU_SH4) += cache-sh4.o ioremap.o
 
 USE_STANDARD_AS_RULE := true
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)