Skip to content

Commit 740bcce

Browse files
committed
MacOS compatibility?
Signed-off-by: fruffy <[email protected]>
1 parent 0ce741d commit 740bcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/ebpf/runtime/kernel.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ override CFLAGS+= -O2 -g -c -D__KERNEL__ -D__ASM_SYSREG_H \
1414
-Wno-unknown-warning-option -Wnoparentheses-equality
1515

1616
# Arguments for the P4 Compiler
17-
P4INCLUDE=-I$(ROOT_DIR)/p4include
17+
P4INCLUDE=-I$(ROOT_DIR)../p4include
1818
# P4 source file argument for the compiler
1919
P4FILE=
2020
P4C=p4c-ebpf

0 commit comments

Comments
 (0)