From 71b40478b341e21199bcdc1943a373270ee50d0e Mon Sep 17 00:00:00 2001 From: sharath Date: Mon, 21 Jan 2019 18:28:22 +0530 Subject: Feat: F-stack Integration Change-Id: I0eec7617ff6782192bcbf6e4c41630f585bed54c Signed-off-by: sharath --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index eaa0f0e..11e89e4 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -61,6 +61,8 @@ if [ "${BUILD_ALL}" == "YES" ]; then bash -x $DMM_DIR/stacks/lwip_stack/vagrant/build.sh "from-base-build" || exit 1 #============build rsocket============================ bash -x $DMM_DIR/scripts/build_rsocket.sh || exit 1 + #============build F-Stack============================ + bash -x $DMM_DIR/scripts/build_fstack.sh || exit 1 #=======other new stacks build can be called from here echo "SUCCESSFULLY built all the stacks" fi -- cgit 1.2.3-korg