Skip to content

Commit f4fd36e

Browse files
author
072020127
committed
fix Makefile
Signed-off-by: 072020127 <haoyuanma@gmail.com>
1 parent 0a985c1 commit f4fd36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ kmesh-bpf:
9898

9999
$(QUIET) $(GO) generate bpf/kmesh/bpf2go/bpf2go.go
100100

101-
$(QUIET) $(GO) run ./pkg/bpf/restart/gen_bpf_specs.go
101+
$(QUIET) $(GO) run hack/gen_bpf_specs.go
102102
kmesh-ko:
103103
$(QUIET) find $(ROOT_DIR)/mk -name "*.pc" | xargs sed -i "s#^prefix=.*#prefix=${ROOT_DIR}#g"
104104
$(call printlog, BUILD, "kernel")

0 commit comments

Comments
 (0)