diff options
Diffstat (limited to 'runtime/probes/tasklet/Makefile')
-rw-r--r-- | runtime/probes/tasklet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/tasklet/Makefile b/runtime/probes/tasklet/Makefile index 369929c4..dde45d2c 100644 --- a/runtime/probes/tasklet/Makefile +++ b/runtime/probes/tasklet/Makefile @@ -3,7 +3,7 @@ # # make -C path/to/kernel/src M=`pwd` modules STP_RUNTIME=path_to_systemtap_rt -CFLAGS += -I $(STP_RUNTIME) -D KALLSYMS_LOOKUP_NAME=$(KALLSYMS_LOOKUP_NAME)\ +CFLAGS += -I $(STP_RUNTIME) -I $(STP_RUNTIME)/relayfs -D KALLSYMS_LOOKUP_NAME=$(KALLSYMS_LOOKUP_NAME)\ -D KALLSYMS_LOOKUP=$(KALLSYMS_LOOKUP) obj-m := stp_tasklet.o |