We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce741d commit 740bcceCopy full SHA for 740bcce
backends/ebpf/runtime/kernel.mk
@@ -14,7 +14,7 @@ override CFLAGS+= -O2 -g -c -D__KERNEL__ -D__ASM_SYSREG_H \
14
-Wno-unknown-warning-option -Wnoparentheses-equality
15
16
# Arguments for the P4 Compiler
17
-P4INCLUDE=-I$(ROOT_DIR)/p4include
+P4INCLUDE=-I$(ROOT_DIR)../p4include
18
# P4 source file argument for the compiler
19
P4FILE=
20
P4C=p4c-ebpf
0 commit comments