Code Review
/
vsap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
196579c
)
set vpp init value
05/27205/1
author
xiaolongx.jiang
<
[email protected]
>
Fri, 22 May 2020 01:28:10 +0000
(
01:28
+0000)
committer
xiaolongx.jiang
<
[email protected]
>
Fri, 22 May 2020 01:29:18 +0000
(
01:29
+0000)
Signed-off-by: xiaolongx.jiang <
[email protected]
>
Change-Id: If7df493c522111e84b0a89b20fd80947c86a8ed5
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b84bf10
..
b528e2a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-25,6
+25,7
@@
SHELL := /bin/bash
export BR=$(CURDIR)
DL_CACHE_DIR = $(CURDIR)/downloads
+vpp ?= master
MAKE ?= make
MAKE_ARGS ?= -j
BUILD_DIR ?= $(CURDIR)/_build