]> Git Repo - linux.git/commitdiff
xen/tracing: Fix tracing config option properly
authorJeremy Fitzhardinge <[email protected]>
Thu, 11 Aug 2011 20:17:20 +0000 (13:17 -0700)
committerKonrad Rzeszutek Wilk <[email protected]>
Mon, 22 Aug 2011 15:28:33 +0000 (11:28 -0400)
Steven Rostedt says we should use CONFIG_EVENT_TRACING.

Cc:Steven Rostedt <[email protected]>
Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
arch/x86/xen/Makefile

index 3326204e251f3108650944ef1d558c98745c1935..add2c2d729cef9a0bc804a0cafd6477f142c4df3 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
This page took 0.056578 seconds and 4 git commands to generate.