nios2: Build infrastructure
[deliverable/linux.git] / arch / microblaze / lib / Makefile
CommitLineData
5f8ffb5f
MS
1#
2# Makefile
3#
4
9e1491de
MS
5ifdef CONFIG_FUNCTION_TRACER
6CFLAGS_REMOVE_ashldi3.o = -pg
7CFLAGS_REMOVE_ashrdi3.o = -pg
8CFLAGS_REMOVE_lshrdi3.o = -pg
9endif
10
14f87389 11lib-y := memset.o
5f8ffb5f
MS
12
13ifeq ($(CONFIG_OPT_LIB_ASM),y)
14lib-y += fastcopy.o
15else
16lib-y += memcpy.o memmove.o
17endif
18
94804a9b 19lib-y += uaccess_old.o
4e07dba7 20
ef264cf0
DH
21# libgcc-style stuff needed in the kernel
22obj-y += ashldi3.o ashrdi3.o cmpdi2.o divsi3.o lshrdi3.o modsi3.o
23obj-y += muldi3.o mulsi3.o ucmpdi2.o udivsi3.o umodsi3.o
This page took 0.368876 seconds and 5 git commands to generate.