aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a9261c56..1e123a82 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ endif
build:
cd ${root}/upstream/fuel/build && \
- time make \
+ make \
BUILD_FUEL_PLUGINS=f_odlpluginbuild \
FUEL_MAIN_REPO=${root}/upstream/fuel-main \
FUEL_MAIN_TAG= \
@@ -64,8 +64,6 @@ build:
FUEL_AGENT_REPO=${root}/upstream/fuel-agent \
FUEL_NAILGUN_AGENT_REPO=${root}/upstream/fuel-nailgun-agent \
FUEL_MIRROR_REPO=${root}/upstream/fuel-mirror \
- QEMU_REPO=${root}/upstream/fuel-plugin-qemu \
- OVSNFV_DPDK_REPO=${root}/upstream/fuel-plugin-ovsnfv \
ODL_REPO=${root}/upstream/fuel-plugin-opendaylight \
ODL_CHANGE= \
FUELLIB_COMMIT=HEAD \
@@ -73,8 +71,6 @@ build:
FUEL_AGENT_COMMIT=HEAD \
FUEL_NAILGUN_AGENT_COMMIT=HEAD \
FUEL_MIRROR_COMMIT=HEAD \
- QEMU_BRANCH=HEAD \
- OVSNFV_DPDK_BRANCH=armband-workbench \
ODL_BRANCH=armband-workbench \
PRODUCT_VERSION=8.0 \
PRODUCT_NAME=mos \