projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes...
[linux-2.6]
/
arch
/
microblaze
/
lib
/
Makefile
1
#
2
# Makefile
3
#
4
5
lib-y := memset.o checksum.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-$(CONFIG_NO_MMU) += uaccess.o
14
lib-$(CONFIG_MMU) += uaccess_old.o