Skip to content

Commit

Permalink
bpfd-operator: output generated to local directory
Browse files Browse the repository at this point in the history
Make sure that all our generated files are output to the correct local
repository.

Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
  • Loading branch information
astoycos committed Nov 27, 2023
1 parent 8435d5f commit 982c677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bpfman-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ ifeq ($(VERIFY_CODEGEN), true)
VERIFY_FLAG=--verify-only
endif

OUTPUT_PKG ?= github.com/bpfman/bpfman/bpfman-operator/pkg/client
APIS_PKG ?= github.com/bpfman/bpfman/bpfman-operator
OUTPUT_PKG ?= $(shell pwd)/bpfman-operator/pkg/client
APIS_PKG ?= $(shell pwd)/bpfman-operator
CLIENTSET_NAME ?= versioned
CLIENTSET_PKG_NAME ?= clientset
COMMON_FLAGS ?= ${VERIFY_FLAG} --go-header-file $(shell pwd)/hack/boilerplate.go.txt
Expand Down

0 comments on commit 982c677

Please sign in to comment.