diff options
author | hunt <hunt> | 2007-07-02 07:22:21 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-07-02 07:22:21 +0000 |
commit | 81bceb41bf645dbef2ec8fe1522ad1b68a02d17d (patch) | |
tree | 9956ad4f6bc5122387a040adb442032cb752aecd /testsuite/systemtap.context/makefile2 | |
parent | a147cc55c352fecdfe6835af8100403594b79dad (diff) | |
download | systemtap-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/makefile2 | 8 |
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 |