From 81bceb41bf645dbef2ec8fe1522ad1b68a02d17d Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 2 Jul 2007 07:22:21 +0000 Subject: 2007-07-02 Martin Hunt * systemtap.context/*: New context tests. --- testsuite/systemtap.context/makefile2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuite/systemtap.context/makefile2 (limited to 'testsuite/systemtap.context/makefile2') 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 -- cgit