From: Jeremy Fitzhardinge Date: Thu, 11 Aug 2011 20:17:20 +0000 (-0700) Subject: xen/tracing: Fix tracing config option properly X-Git-Tag: next-20110812~10^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09b15c5917a6438307f29dbf0d7a708e869b0710;p=karo-tx-linux.git xen/tracing: Fix tracing config option properly Steven Rostedt says we should use CONFIG_EVENT_TRACING. Signed-off-by: Jeremy Fitzhardinge Cc:Steven Rostedt --- diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile index 1894b4ac66e0..1cb9ddc218f0 100644 --- a/arch/x86/xen/Makefile +++ b/arch/x86/xen/Makefile @@ -15,7 +15,7 @@ obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \ grant-table.o suspend.o platform-pci-unplug.o \ p2m.o -obj-$(CONFIG_FTRACE) += trace.o +obj-$(CONFIG_EVENT_TRACING) += trace.o obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_PARAVIRT_SPINLOCKS)+= spinlock.o