blob: d27126bf306a61e08ec9b1664298fcb9d1caab39 [file] [log] [blame]
Michal Simek5f8ffb52009-03-27 14:25:51 +01001#
2# Makefile
3#
4
5lib-y := memset.o checksum.o
6
7ifeq ($(CONFIG_OPT_LIB_ASM),y)
8lib-y += fastcopy.o
9else
10lib-y += memcpy.o memmove.o
11endif
12
13lib-y += uaccess.o