blob: 0d428dc6728339e7274519f68739a634abc32494 (
plain) (
blame)
1
2
3
4
5
6
|
# builds the trace events example kernel modules;
# then to use one (as root): insmod <module_name.ko>
CFLAGS_trace-events-sample.o := -I$(src)
obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o
|