summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/makefile1
blob: 73b6f1a2e5bf52c7ed5bd01bbae8e4ed26587bae (plain)
1
2
3
4
5
6
7
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