aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/lib/Makefile
blob: 71c8cb6c9e43767a4ebd43f9e4c54d3e9820928b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile
#

lib-y :=  memset.o checksum.o

ifeq ($(CONFIG_OPT_LIB_ASM),y)
lib-y += fastcopy.o
else
lib-y += memcpy.o memmove.o
endif

lib-$(CONFIG_NO_MMU) += uaccess.o
lib-$(CONFIG_MMU) += uaccess_old.o