diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-04 17:54:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-04 17:54:46 -0700 |
commit | bdfd6b7d761c7bb8bc93055dac5040ece7d58e10 (patch) | |
tree | 657c9adff148b2cb0f064c5cff96eafd3910d2e3 /arch/microblaze/lib/Makefile | |
parent | 6ad85239da45d035b2c786f73ec3c2798352c820 (diff) | |
parent | 9e1491de519712c73ec621c4ef4872eca6f2bb57 (diff) |
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
* 'next' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: Fix ftrace
microblaze: Wire up new syscalls
microblaze: Fix level/edge irq sensibility
Diffstat (limited to 'arch/microblaze/lib/Makefile')
-rw-r--r-- | arch/microblaze/lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/microblaze/lib/Makefile b/arch/microblaze/lib/Makefile index f1fcbff3da2..10c320aa908 100644 --- a/arch/microblaze/lib/Makefile +++ b/arch/microblaze/lib/Makefile @@ -2,6 +2,12 @@ # Makefile # +ifdef CONFIG_FUNCTION_TRACER +CFLAGS_REMOVE_ashldi3.o = -pg +CFLAGS_REMOVE_ashrdi3.o = -pg +CFLAGS_REMOVE_lshrdi3.o = -pg +endif + lib-y := memset.o ifeq ($(CONFIG_OPT_LIB_ASM),y) |