Skip to content

Commit 65e8205

Browse files
committed
makefile: add bpf2go program
Signed-off-by: Djalal Harouni <[email protected]>
1 parent 0f4220e commit 65e8205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.defs

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ LLVM_VERSION="12"
5959

6060
# BPFTOOL
6161
BPFTOOL ?= $(abspath ./tools/$(ARCH)/bpftool)
62+
BPF2GO ?= $(abspath ./tools/$(ARCH)/bpf2go)
6263

6364
# Go environment
6465
GO ?= $(shell command -v go 2> /dev/null)

0 commit comments

Comments
 (0)