~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/microblaze/lib/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile
 
3
#
 
4
 
 
5
ifdef CONFIG_FUNCTION_TRACER
 
6
CFLAGS_REMOVE_ashldi3.o = -pg
 
7
CFLAGS_REMOVE_ashrdi3.o = -pg
 
8
CFLAGS_REMOVE_lshrdi3.o = -pg
 
9
endif
 
10
 
 
11
lib-y :=  memset.o
 
12
 
 
13
ifeq ($(CONFIG_OPT_LIB_ASM),y)
 
14
lib-y += fastcopy.o
 
15
else
 
16
lib-y += memcpy.o memmove.o
 
17
endif
 
18
 
 
19
lib-y += uaccess_old.o
 
20
 
 
21
lib-y += ashldi3.o
 
22
lib-y += ashrdi3.o
 
23
lib-y += divsi3.o
 
24
lib-y += lshrdi3.o
 
25
lib-y += modsi3.o
 
26
lib-y += muldi3.o
 
27
lib-y += mulsi3.o
 
28
lib-y += ucmpdi2.o
 
29
lib-y += udivsi3.o
 
30
lib-y += umodsi3.o