]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/sh/lib/Makefile
[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=n
[linux-2.6-omap-h63xx.git] / arch / sh / lib / Makefile
1 #
2 # Makefile for SuperH-specific library files..
3 #
4
5 lib-y  = delay.o memset.o memmove.o memchr.o \
6          checksum.o strlen.o div64.o div64-generic.o
7
8 obj-y                           += io.o
9
10 memcpy-y                        := memcpy.o
11 memcpy-$(CONFIG_CPU_SH4)        := memcpy-sh4.o
12
13 lib-$(CONFIG_MMU)               += copy_page.o clear_page.o
14 lib-y                           += $(memcpy-y)
15
16 EXTRA_CFLAGS += -Werror