tracing: Sample module to demonstrate kernel access to Ftrace instances.
[sfrench/cifs-2.6.git] / samples / Makefile
index cd496d633370173179994ef6093eb48997cb3d32..297f8934773fda45644f642f8f3b6fc20aacdff8 100644 (file)
@@ -18,6 +18,7 @@ subdir-$(CONFIG_SAMPLE_SECCOMP)               += seccomp
 obj-$(CONFIG_SAMPLE_TRACE_EVENTS)      += trace_events/
 obj-$(CONFIG_SAMPLE_TRACE_PRINTK)      += trace_printk/
 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT)     += ftrace/
+obj-$(CONFIG_SAMPLE_TRACE_ARRAY)       += ftrace/
 obj-$(CONFIG_VIDEO_PCI_SKELETON)       += v4l/
 obj-y                                  += vfio-mdev/
 subdir-$(CONFIG_SAMPLE_VFS)            += vfs