summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/Makefile
diff options
context:
space:
mode:
authorIngo Molnar2008-07-31 12:39:15 +0200
committerIngo Molnar2008-07-31 12:39:15 +0200
commiteac4345be6d17541039791f15f173d0426423df1 (patch)
tree1101a0a9bdbac146b7316eefbfc97b8a6917fc55 /arch/x86/xen/Makefile
parentMerge branch 'linus' into x86/xen (diff)
parentx86: split spinlock implementations out into their own files (diff)
downloadkernel-qcow2-linux-eac4345be6d17541039791f15f173d0426423df1.tar.gz
kernel-qcow2-linux-eac4345be6d17541039791f15f173d0426423df1.tar.xz
kernel-qcow2-linux-eac4345be6d17541039791f15f173d0426423df1.zip
Merge branch 'x86/spinlocks' into x86/xen
Diffstat (limited to 'arch/x86/xen/Makefile')
-rw-r--r--arch/x86/xen/Makefile8
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 @@
+ifdef CONFIG_FTRACE
+# Do not profile debug and lowlevel utilities
+CFLAGS_REMOVE_spinlock.o = -pg
+CFLAGS_REMOVE_time.o = -pg
+endif
+
obj-y := enlighten.o setup.o multicalls.o mmu.o \
time.o xen-asm_$(BITS).o grant-table.o suspend.o
-obj-$(CONFIG_SMP) += smp.o
+obj-$(CONFIG_SMP) += smp.o spinlock.o