tracing: Add TRACE_CUSTOM_EVENT() macro
[linux-2.6-block.git] / samples / trace_events / Makefile
index e98afc447fe122b2a5cc420d64cb1f638a20f8f3..b3808bb4cf8b32ab8207e057ec811a27b8810c25 100644 (file)
@@ -11,7 +11,7 @@
 # Here trace-events-sample.c does the CREATE_TRACE_POINTS.
 #
 CFLAGS_trace-events-sample.o := -I$(src)
+CFLAGS_trace_custom_sched.o := -I$(src)
 
 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o
-
 obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_custom_sched.o