aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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