From: Jeremy Fitzhardinge Date: Thu, 11 Aug 2011 20:17:20 +0000 (-0700) Subject: xen/tracing: Fix tracing config option properly X-Git-Tag: v2.6.39-400.9.0~921^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5194907f6296041c85882d833d604b617a3a5503;p=users%2Fjedix%2Flinux-maple.git xen/tracing: Fix tracing config option properly Steven Rostedt says we should use CONFIG_EVENT_TRACING. Cc:Steven Rostedt Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Konrad Rzeszutek Wilk --- 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