diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-31 06:39:15 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-31 06:39:15 -0400 |
commit | eac4345be6d17541039791f15f173d0426423df1 (patch) | |
tree | 1101a0a9bdbac146b7316eefbfc97b8a6917fc55 /arch/x86/xen/Makefile | |
parent | 5fbf24659b75356e2142e1f1b88f67b34cbc3e75 (diff) | |
parent | d5de8841355a48f7f634a04507185eaf1f9755e3 (diff) |
Merge branch 'x86/spinlocks' into x86/xen
Diffstat (limited to 'arch/x86/xen/Makefile')
-rw-r--r-- | arch/x86/xen/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile index 59c1e539aed2..5bfee243cf9a 100644 --- a/arch/x86/xen/Makefile +++ b/arch/x86/xen/Makefile | |||
@@ -1,4 +1,10 @@ | |||
1 | ifdef CONFIG_FTRACE | ||
2 | # Do not profile debug and lowlevel utilities | ||
3 | CFLAGS_REMOVE_spinlock.o = -pg | ||
4 | CFLAGS_REMOVE_time.o = -pg | ||
5 | endif | ||
6 | |||
1 | obj-y := enlighten.o setup.o multicalls.o mmu.o \ | 7 | obj-y := enlighten.o setup.o multicalls.o mmu.o \ |
2 | time.o xen-asm_$(BITS).o grant-table.o suspend.o | 8 | time.o xen-asm_$(BITS).o grant-table.o suspend.o |
3 | 9 | ||
4 | obj-$(CONFIG_SMP) += smp.o | 10 | obj-$(CONFIG_SMP) += smp.o spinlock.o |