summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorx00425595 <xushiwei5@huawei.com>2022-01-18 17:12:05 +0800
committerwackxu <xushiwei5@huawei.com>2022-03-04 15:22:11 +0800
commit553c39d85d95308f3758aa3b14e60a8540cc78ae (patch)
tree345d6fc1e99d00e78e15d5ece52ff3e136b12ec5 /Makefile
parentMerge pull request #3631 from fisherxu/fix-Security-alerts (diff)
downloadkubeedge-553c39d85d95308f3758aa3b14e60a8540cc78ae.tar.gz
add edgemark performance testing tool
Signed-off-by: wackxu <xushiwei5@huawei.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 38d8654a8..5ffe8c3ea 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@ BINARIES=cloudcore \
edgesite-server \
keadm \
csidriver \
- iptablesmanager
+ iptablesmanager \
+ edgemark
COMPONENTS=cloud \
edge
@@ -46,7 +47,7 @@ ifeq ($(HELP),y)
all: clean
@echo "$$ALL_HELP_INFO"
else
-all:
+all:
KUBEEDGE_OUTPUT_SUBPATH=$(OUT_DIR) hack/make-rules/build.sh $(WHAT)
endif
@@ -174,7 +175,7 @@ ifeq ($(HELP),y)
crossbuild:
@echo "$$CROSSBUILD_HELP_INFO"
else
-crossbuild:
+crossbuild:
hack/make-rules/crossbuild.sh $(WHAT) $(ARM_VERSION)
endif
@@ -194,7 +195,7 @@ define GENERATE_CRDS_HELP_INFO
# RELIABLESYNCS_VERSION, default: v1alpha1
#
# Example:
-# make generate
+# make generate
# make generate -e CRD_VERSIONS=v1 -e CRD_OUTPUTS=build/crds
#
endef
@@ -227,7 +228,7 @@ ifeq ($(HELP),y)
smallbuild:
@echo "$$SMALLBUILD_HELP_INFO"
else
-smallbuild:
+smallbuild:
hack/make-rules/smallbuild.sh $(WHAT)
endif