We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a985c1 commit f4fd36eCopy full SHA for f4fd36e
Makefile
@@ -98,7 +98,7 @@ kmesh-bpf:
98
99
$(QUIET) $(GO) generate bpf/kmesh/bpf2go/bpf2go.go
100
101
- $(QUIET) $(GO) run ./pkg/bpf/restart/gen_bpf_specs.go
+ $(QUIET) $(GO) run hack/gen_bpf_specs.go
102
kmesh-ko:
103
$(QUIET) find $(ROOT_DIR)/mk -name "*.pc" | xargs sed -i "s#^prefix=.*#prefix=${ROOT_DIR}#g"
104
$(call printlog, BUILD, "kernel")
0 commit comments