]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - samples/trace_events/Makefile
tracing: trace_output.c, fix false positive compiler warning
[mirror_ubuntu-artful-kernel.git] / samples / trace_events / Makefile
CommitLineData
9cfe06f8
SR
1# builds the trace events example kernel modules;
2# then to use one (as root): insmod <module_name.ko>
3
4PWD := $(shell pwd)
5
6CFLAGS_trace-events-sample.o := -I$(PWD)/samples/trace_events/
7
8obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o