| Steven Rostedt | 9cfe06f | 2009-04-14 21:37:03 -0400 | [diff] [blame^] | 1 | # builds the trace events example kernel modules; |
| 2 | # then to use one (as root): insmod <module_name.ko> | ||||
| 3 | |||||
| 4 | PWD := $(shell pwd) | ||||
| 5 | |||||
| 6 | CFLAGS_trace-events-sample.o := -I$(PWD)/samples/trace_events/ | ||||
| 7 | |||||
| 8 | obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o | ||||