Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / microblaze / lib / Makefile
1 #
2 # Makefile
3 #
4
5 lib-y :=  memset.o
6
7 ifeq ($(CONFIG_OPT_LIB_ASM),y)
8 lib-y += fastcopy.o
9 else
10 lib-y += memcpy.o memmove.o
11 endif
12
13 lib-y += uaccess_old.o