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/makefile1 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuite/systemtap.context/makefile1 (limited to 'testsuite/systemtap.context/makefile1') diff --git a/testsuite/systemtap.context/makefile1 b/testsuite/systemtap.context/makefile1 new file mode 100644 index 00000000..73b6f1a2 --- /dev/null +++ b/testsuite/systemtap.context/makefile1 @@ -0,0 +1,8 @@ +obj-m := systemtap_test_module1.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_module1.ko *.o .*.cmd Modules.symvers + rm -rf .tmp_versions -- cgit