9
0
Fork 0

contrib/jenkins.sh: Allow jenkins job to specify if kernel GTP is used

Change-Id: Id9869d0f3d516b5380430675f879887468b5803d
This commit is contained in:
Harald Welte 2017-11-14 14:44:06 +09:00
parent 6045efb642
commit 242266da78
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ set -x
cd "$base"
autoreconf --install --force
./configure
./configure $GTP
$MAKE $PARALLEL_MAKE
$MAKE distcheck