We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e8e67 commit 4969e08Copy full SHA for 4969e08
optional/vtd/Makefile
@@ -9,8 +9,14 @@ smoketest-req:
9
10
# -------------------------------------------------
11
12
-SELECT_VENDOR := $(wildcard vendor/*)
13
-.PHONY: ${SELECT_VENDOR}
+ALL_VENDOR := $(wildcard vendor/*)
+.PHONY: ${ALL_VENDOR}
14
+
15
+WITHOUT_VENDOR :=
16
+UNSELECT_VENDOR := ${WITHOUT_VENDOR}
17
+WITH_VENDOR :=
18
+SELECT_VENDOR := $(call uniq, $(filter-out ${UNSELECT_VENDOR}, ${ALL_VENDOR}) ${WITH_VENDOR})
19
20
vendor/osi-sensor-1.0.0-vtd2.2: vendor/vtd-2.2.0 vendor/open-simulation-interface-3.0.1
21
vendor/open-simulation-interface-3.0.1: vendor/protobuf-2.6.1
22
vendor/open-simulation-interface-3.2.0: vendor/protobuf-2.6.1
0 commit comments