diff options
Diffstat (limited to 'build-data/platforms/dpaa.mk')
-rw-r--r-- | build-data/platforms/dpaa.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/platforms/dpaa.mk b/build-data/platforms/dpaa.mk index 3ccabefec99..e0a37fa6980 100644 --- a/build-data/platforms/dpaa.mk +++ b/build-data/platforms/dpaa.mk @@ -64,7 +64,7 @@ endif endif # Disable the unused plugins in order to decrease the VPP pacakage size. -vpp_configure_args_dpaa = --without-ipv6sr --with-pre-data=128 +vpp_configure_args_dpaa = --without-ipv6sr --with-pre-data=128 --without-libnuma # Other optional vpp_configure_args ifneq ($(VPP_CFG_ARGS),) |