xref: /linux/samples/trace_events/Makefile (revision d3f634b96a86521f51bbaf04a81e34e7adb0eeb4)
1# builds the trace events example kernel modules;
2# then to use one (as root):  insmod <module_name.ko>
3
4CFLAGS_trace-events-sample.o := -I$(src)
5
6obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o
7