summaryrefslogtreecommitdiffstats
path: root/runtime/probes/Makefile.template
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/Makefile.template')
-rw-r--r--runtime/probes/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/Makefile.template b/runtime/probes/Makefile.template
index 23122fab..886bef8e 100644
--- a/runtime/probes/Makefile.template
+++ b/runtime/probes/Makefile.template
@@ -8,7 +8,7 @@ KALLSYMS_LOOKUP_NAME := 0x$(firstword $(shell grep " kallsyms_lookup_name" /boot
KALLSYMS_LOOKUP := 0x$(firstword $(shell grep " kallsyms_lookup$$" /boot/System.map-$(KVERSION)))
KTA := 0x$(firstword $(shell grep "__kernel_text_address" /boot/System.map-$(KVERSION)))
-FLAGS := -I $(RT) -I $(RT)/relayfs -D KALLSYMS_LOOKUP_NAME=$(KALLSYMS_LOOKUP_NAME) -D KALLSYMS_LOOKUP=$(KALLSYMS_LOOKUP) -DKTA=$(KTA)
+FLAGS := -I $(RT) RELAYFS -D KALLSYMS_LOOKUP_NAME=$(KALLSYMS_LOOKUP_NAME) -D KALLSYMS_LOOKUP=$(KALLSYMS_LOOKUP) -DKTA=$(KTA)
DFLAGS := $(FLAGS) -D DEBUG