We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 712b2a4 + 5d363f0 commit d1b1e0dCopy full SHA for d1b1e0d
1 file changed
common.mk
@@ -51,7 +51,7 @@ endif
51
52
ifdef COMPAT
53
ifeq ($(wildcard $(HEADERS)),)
54
-$(error kernel headers not exist in COMPAT mdoe, please install it)
+$(error kernel headers not exist in COMPAT mode, please install it)
55
endif
56
kheaders_cmd := ln -s vmlinux_header.h kheaders.h
57
CFLAGS += -DCOMPAT_MODE -DBPF_NO_GLOBAL_DATA
0 commit comments