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 9ef7d96 commit 072f3d7Copy full SHA for 072f3d7
Makefile
@@ -89,7 +89,7 @@ TMP_FILES := bpf/kmesh/bpf2go/bpf2go.go \
89
bpf/include/bpf_helper_defs_ext.h \
90
91
.PHONY: all kmesh-bpf kmesh-ko all-binary
92
-all: kmesh-bpf kmesh-ko all-binary
+all: kmesh-bpf all-binary
93
94
kmesh-bpf:
95
$(QUIET) find $(ROOT_DIR)/mk -name "*.pc" | xargs sed -i "s#^prefix=.*#prefix=${ROOT_DIR}#g"
kmesh_compile.sh
@@ -4,6 +4,8 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
4
5
. $ROOT_DIR/hack/utils.sh
6
7
+./kmesh_macros_env.sh
8
+make kmesh-ko
9
container_id=$(run_docker_container)
10
build_kmesh $container_id
11
clean_container $container_id
0 commit comments