diff options
Diffstat (limited to 'runtime/probes/shellsnoop/Makefile')
-rw-r--r-- | runtime/probes/shellsnoop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/shellsnoop/Makefile b/runtime/probes/shellsnoop/Makefile index f34e0c85..a9db209d 100644 --- a/runtime/probes/shellsnoop/Makefile +++ b/runtime/probes/shellsnoop/Makefile @@ -11,7 +11,7 @@ KTA := $(firstword $(shell grep "__kernel_text_address" /boot/System.map-$(KVERS CFLAGS += -I $(STP_RUNTIME) -I $(STP_RUNTIME)/relayfs -D KALLSYMS_LOOKUP_NAME=$(KALLSYMS_LOOKUP_NAME) \ -D KALLSYMS_LOOKUP=$(KALLSYMS_LOOKUP) -obj-m := shellprobe.o +obj-m := shellsnoop.o default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules \ |