~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/microblaze/lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Makefile
3
3
#
4
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
 
5
11
lib-y :=  memset.o
6
12
 
7
13
ifeq ($(CONFIG_OPT_LIB_ASM),y)