Skip to content

Commit 86dac87

Browse files
clssntobifalk
authored andcommitted
tooling: Skip build of VTD related vendor packages by default
Building them can be enabled setting the WITH_VTD=0 make variable, as already implemented for the VTD plugin build.
1 parent c1a80be commit 86dac87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.all

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ ifeq (${WITH_VTD},1)
143143
override CONAN_OPTIONS += -o cloe:with_vtd=True
144144
else
145145
ALL_PKGS := $(filter-out plugins/vtd, ${ALL_PKGS})
146+
ALL_VENDOR_PKGS := $(filter-out $(wildcard vendor/vtd*), ${ALL_VENDOR_PKGS})
146147
endif
147148

148149
ifeq (${BUILD_TESTS},0)

0 commit comments

Comments
 (0)