]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xen/tracing: Fix tracing config option properly
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 11 Aug 2011 20:17:20 +0000 (13:17 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 11 Aug 2011 20:17:20 +0000 (13:17 -0700)
Steven Rostedt says we should use CONFIG_EVENT_TRACING.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc:Steven Rostedt <rostedt@goodmis.org>

arch/x86/xen/Makefile

index 1894b4ac66e0f08767ef953b1ccb6aba8e01bec0..1cb9ddc218f0ac856e4207f9d8df03f1353b40fc 100644 (file)
@@ -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