summaryrefslogtreecommitdiffstats
path: root/runtime/probes/tasklet/Makefile
diff options
context:
space:
mode:
authorhunt <hunt>2005-03-21 21:11:13 +0000
committerhunt <hunt>2005-03-21 21:11:13 +0000
commit854d896bebf48714b6e14b73d4eab6d9c856aa52 (patch)
tree1d524e16590c348de6f8ca27884f4f74ea34eadf /runtime/probes/tasklet/Makefile
parente10ae0b0a445c70eafed2e6a7e8991191f023445 (diff)
downloadsystemtap-steved-854d896bebf48714b6e14b73d4eab6d9c856aa52.tar.gz
systemtap-steved-854d896bebf48714b6e14b73d4eab6d9c856aa52.tar.xz
systemtap-steved-854d896bebf48714b6e14b73d4eab6d9c856aa52.zip
*** empty log message ***
Diffstat (limited to 'runtime/probes/tasklet/Makefile')
-rw-r--r--runtime/probes/tasklet/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/probes/tasklet/Makefile b/runtime/probes/tasklet/Makefile
new file mode 100644
index 00000000..369929c4
--- /dev/null
+++ b/runtime/probes/tasklet/Makefile
@@ -0,0 +1,11 @@
+# Makefile
+#
+#
+# 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)
+obj-m := stp_tasklet.o
+
+clean:
+ /bin/rm -rf *.o *.ko *~ *.mod.c .*.cmd .tmp_versions