]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/lib/Makefile
x86: untable __init references between IO data
[linux-2.6-omap-h63xx.git] / arch / sh / lib / Makefile
index 9dc7b698505294001addab04ba2aecdbc82825d2..ebb55d1149f55ab3ea44c79e2704dc1ac2ea0cb5 100644 (file)
@@ -2,12 +2,13 @@
 # Makefile for SuperH-specific library files..
 #
 
-lib-y  = delay.o memset.o memmove.o memchr.o \
+lib-y  = delay.o io.o memset.o memmove.o memchr.o \
         checksum.o strlen.o div64.o div64-generic.o
 
 memcpy-y                       := memcpy.o
 memcpy-$(CONFIG_CPU_SH4)       := memcpy-sh4.o
 
-lib-y  += $(memcpy-y)
+lib-$(CONFIG_MMU)              += copy_page.o clear_page.o
+lib-y                          += $(memcpy-y)
 
 EXTRA_CFLAGS += -Werror