diff options
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/trace_events/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/trace_events/Makefile b/samples/trace_events/Makefile index 06c6dea1eb8..0d428dc6728 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 | ||
| 4 | PWD := $(shell pwd) | 4 | CFLAGS_trace-events-sample.o := -I$(src) |
| 5 | |||
| 6 | CFLAGS_trace-events-sample.o := -I$(PWD)/samples/trace_events/ | ||
| 7 | 5 | ||
| 8 | obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o | 6 | obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace-events-sample.o |
