diff options
Diffstat (limited to 'runtime/probes/test4/Makefile')
-rw-r--r-- | runtime/probes/test4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/test4/Makefile b/runtime/probes/test4/Makefile index 8fff0dc4..7afe0c0f 100644 --- a/runtime/probes/test4/Makefile +++ b/runtime/probes/test4/Makefile @@ -4,7 +4,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) \ - -D KALLSYMS_LOOKUP=$(KALLSYMS_LOOKUP) + -D KALLSYMS_LOOKUP=$(KALLSYMS_LOOKUP) -D KTA=$(KTA) obj-m := dtr.o clean: |