diff options
Diffstat (limited to 'runtime/uprobes/Makefile')
-rw-r--r-- | runtime/uprobes/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/uprobes/Makefile b/runtime/uprobes/Makefile deleted file mode 100644 index 40af7aa2..00000000 --- a/runtime/uprobes/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -obj-m := uprobes.o -KDIR := /lib/modules/$(shell uname -r)/build -PWD := $(shell pwd) -DEPENDENCIES := $(shell echo uprobes_arch.[ch] uprobes.[ch] uprobes_*.[ch]) -DEPENDENCIES += Makefile $(KDIR)/Module.symvers - -default: - $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules - -# This target is used with "make -q" to see whether a "real" build is needed. -uprobes.ko: $(DEPENDENCIES) - @echo uprobes.ko is not a valid target. See Makefile. - -clean: - rm -f *.mod.c *.ko *.o .*.cmd *~ - rm -rf .tmp_versions |