Skip to content

Commit

Permalink
tooling: Fix in Makefile.all for builds with VTD
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifalk authored and clssn committed Feb 4, 2021
1 parent da27317 commit 82fc752
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.all
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ CONAN_OPTIONS += -o cloe:with_engine=False
endif

ifeq (${WITH_VTD},1)
ALL_PKGS := $(filter-out plugins/vtd, ${ALL_PKGS})
CONAN_OPTIONS += -o cloe:with_vtd=True
else
ALL_PKGS := $(filter-out plugins/vtd, ${ALL_PKGS})
endif

ifeq (${BUILD_TESTS},0)
Expand Down Expand Up @@ -249,7 +250,7 @@ help::
echo " Options:"
echo " USE_NPROC=(0|1) to build $(shell nproc) packages simultaneously (default=0)"
echo " WITH_ENGINE=(0|1) to build and deploy cloe-engine (default=1)"
echo " WITH_VTD=(0|1) to build and deploy cloe-plugin-vtd (default=1)"
echo " WITH_VTD=(0|1) to build and deploy cloe-plugin-vtd (default=0)"
echo " BUILD_TESTS=(0|1) to build and run unit tests (default=1)"
echo
echo " Defines:"
Expand Down

0 comments on commit 82fc752

Please sign in to comment.