diff --git a/lib/go/Makefile b/lib/go/Makefile index d7a70e6d..340ff9d0 100644 --- a/lib/go/Makefile +++ b/lib/go/Makefile @@ -80,11 +80,13 @@ CSI_GO := csi/csi.pb.go CSI_A := csi.a CSI_PROTO := ../../csi.proto CSI_GO_TMP := csi/.build/csi.pb.go +CSI_CANON_IMPORT := github.com/container-storage-interface/spec/lib/go/csi # This recipe generates the go language bindings to a temp area. $(CSI_GO_TMP): $(CSI_PROTO) | $(PROTOC) $(PROTOC_GEN_GO) @mkdir -p "$(@D)" $(PROTOC) -I "$(