diff options
| author | hunt <hunt> | 2005-04-07 15:12:19 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2005-04-07 15:12:19 +0000 |
| commit | 979f20e0ecb8d287af1aedf33ac0c3b50ac9003d (patch) | |
| tree | 19a2fecdafeea759885360d0df8022bddce7e7a3 /runtime/probes/tasklet/Makefile | |
| parent | e32551b18f4560056d2d482f5e1505b1b98fa82a (diff) | |
| download | systemtap-steved-979f20e0ecb8d287af1aedf33ac0c3b50ac9003d.tar.gz systemtap-steved-979f20e0ecb8d287af1aedf33ac0c3b50ac9003d.tar.xz systemtap-steved-979f20e0ecb8d287af1aedf33ac0c3b50ac9003d.zip | |
Update to use relayfs, new I/O.
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 |
