aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-06-29 20:50:30 +0800
committerxiaolongx.jiang <xiaolongx.jiang@intel.com>2020-07-08 15:23:50 +0800
commit20e5bc31904d25e44cda5ef675d4ab1e86795bdb (patch)
tree986d57eb57f751adfe428a9d6c9bcccf84ccb976 /Makefile
parentddf2e2f866d2db0efcbdde73c95aebf077c5f4ce (diff)
modify stable to tag, openssl alpha3->alpha4 and modify ldp patch
add debug and openssl3_enable pack vpp and nginx ingredients together Signed-off-by: xiaolongx.jiang <xiaolongx.jiang@intel.com> Change-Id: I6bd27f8d8ab6ecd8684692b1ef0433833868a19c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 75566a2..b11cc4d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ DL_CACHE_DIR = $(CURDIR)/downloads
vpp ?= master
MAKE ?= make
MAKE_ARGS ?= -j
+openssl3_enable ?= 0
+debug ?= 0
BUILD_DIR ?= $(CURDIR)/_build
INSTALL_DIR ?= $(CURDIR)/_install
@@ -53,6 +55,9 @@ help:
@echo " clean - clean up build environment."
@echo " clean-vcl - clean up build vcl environment."
@echo " clean-ldp - clean up build ldp environment."
+ @echo "Make Arguments:"
+ @echo " debug - 1:make build, 0:make build-release"
+ @echo " openssl3_enable - 1:support openssl3"
@echo ""
include packages/packages.mk