summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/makefile2
diff options
context:
space:
mode:
authorhunt <hunt>2007-07-02 07:22:21 +0000
committerhunt <hunt>2007-07-02 07:22:21 +0000
commit81bceb41bf645dbef2ec8fe1522ad1b68a02d17d (patch)
tree9956ad4f6bc5122387a040adb442032cb752aecd /testsuite/systemtap.context/makefile2
parenta147cc55c352fecdfe6835af8100403594b79dad (diff)
downloadsystemtap-steved-81bceb41bf645dbef2ec8fe1522ad1b68a02d17d.tar.gz
systemtap-steved-81bceb41bf645dbef2ec8fe1522ad1b68a02d17d.tar.xz
systemtap-steved-81bceb41bf645dbef2ec8fe1522ad1b68a02d17d.zip
2007-07-02 Martin Hunt <hunt@redhat.com>
* systemtap.context/*: New context tests.
Diffstat (limited to 'testsuite/systemtap.context/makefile2')
-rw-r--r--testsuite/systemtap.context/makefile28
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/systemtap.context/makefile2 b/testsuite/systemtap.context/makefile2
new file mode 100644
index 00000000..de87cc90
--- /dev/null
+++ b/testsuite/systemtap.context/makefile2
@@ -0,0 +1,8 @@
+obj-m := systemtap_test_module2.o
+KDIR := /lib/modules/$(shell uname -r)/build
+PWD := $(shell pwd)
+default:
+ $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
+clean:
+ rm -f *.mod.c systemtap_test_module2.ko *.o .*.cmd Modules.symvers
+ rm -rf .tmp_versions