[IA64] Use .ref.text, not .text.init for start_ap.
[linux-2.6-block.git] / arch / microblaze / lib / Makefile
CommitLineData
5f8ffb5f
MS
1#
2# Makefile
3#
4
14f87389 5lib-y := memset.o
5f8ffb5f
MS
6
7ifeq ($(CONFIG_OPT_LIB_ASM),y)
8lib-y += fastcopy.o
9else
10lib-y += memcpy.o memmove.o
11endif
12
4b2368ff
MS
13lib-$(CONFIG_NO_MMU) += uaccess.o
14lib-$(CONFIG_MMU) += uaccess_old.o