summaryrefslogtreecommitdiffstats
path: root/build-data/packages/vpp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build-data/packages/vpp.mk')
-rw-r--r--build-data/packages/vpp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/packages/vpp.mk b/build-data/packages/vpp.mk
index 54aa548482c..9ccf6901dd7 100644
--- a/build-data/packages/vpp.mk
+++ b/build-data/packages/vpp.mk
@@ -28,7 +28,7 @@ vpp_LDFLAGS = $(call installed_libs_fn, \
vlib-api \
vnet)
-ifeq ($($(PLATFORM)_uses_dpdk),yes)
+ifneq ($($(PLATFORM)_uses_dpdk),no)
vpp_configure_depend += dpdk-install
vpp_CPPFLAGS += $(call installed_includes_fn, dpdk)
vpp_LDFLAGS += $(call installed_libs_fn, dpdk)