]> err.no Git - linux-2.6/blob - arch/sh/lib/Makefile
[PATCH] NTP: ntp-helper functions
[linux-2.6] / 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 strcasecmp.o strlen.o div64.o udivdi3.o \
7          div64-generic.o
8
9 memcpy-y                        := memcpy.o
10 memcpy-$(CONFIG_CPU_SH4)        := memcpy-sh4.o
11
12 lib-y   += $(memcpy-y)
13