aboutsummaryrefslogtreecommitdiffstats
path: root/build-data
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2018-09-21 12:27:45 +0200
committerFlorin Coras <florin.coras@gmail.com>2018-09-21 17:51:25 +0000
commit561f2730e8b137cd4e7132b05dab49f6e768ae23 (patch)
tree102d8db51c4d9ea5ecd7d355cdf9fdeb12394539 /build-data
parentd974cd4262238168db65b9d837066f7c7511a9c5 (diff)
add: nasm and ipsec-mb into vpp-ext-deps packaging
Change-Id: Ie5d85af84ae0d8b15edf5962213ed1b1953bee2f Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data')
-rw-r--r--build-data/packages/external.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-data/packages/external.mk b/build-data/packages/external.mk
index 07daac09849..138feb78497 100644
--- a/build-data/packages/external.mk
+++ b/build-data/packages/external.mk
@@ -20,8 +20,8 @@ else
endif
DPDK_MAKE_ARGS = -C $(call find_source_fn,$(PACKAGE_SOURCE)) \
- DPDK_BUILD_DIR=$(PACKAGE_BUILD_DIR) \
- DPDK_INSTALL_DIR=$(PACKAGE_INSTALL_DIR) \
+ BUILD_DIR=$(PACKAGE_BUILD_DIR) \
+ INSTALL_DIR=$(PACKAGE_INSTALL_DIR) \
DPDK_DEBUG=$(DPDK_DEBUG)
DPDK_MLX5_PMD=$(strip $($(PLATFORM)_uses_dpdk_mlx5_pmd))