aboutsummaryrefslogtreecommitdiffstats
path: root/samples/trace_events/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/trace_events/Makefile')
-rw-r--r--samples/trace_events/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/trace_events/Makefile b/samples/trace_events/Makefile
index 06c6dea1eb84..0d428dc67283 100644
--- a/samples/trace_events/Makefile
+++ b/samples/trace_events/Makefile
@@ -1,8 +1,6 @@
1# builds the trace events example kernel modules; 1# builds the trace events example kernel modules;
2# then to use one (as root): insmod <module_name.ko> 2# then to use one (as root): insmod <module_name.ko>
3 3
4PWD := $(shell pwd) 4CFLAGS_trace-events-sample.o := -I$(src)
5
6CFLAGS_trace-events-sample.o := -I$(PWD)/samples/trace_events/
7 5
8obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o 6obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o