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