crypto: improve ipsecmb build time 97/30797/2
authorPiotrX Kleski <piotrx.kleski@intel.com>
Mon, 18 Jan 2021 09:01:23 +0000 (10:01 +0100)
committerNeale Ranns <neale@graphiant.com>
Wed, 20 Jan 2021 14:49:55 +0000 (14:49 +0000)
Type: improvement

This change disables building of ipsecmb test and perf targets to
reduce the build time.
IpsecMB test and perf targets are not neeeded and not used by VPP.

Signed-off-by: PiotrX Kleski <piotrx.kleski@intel.com>
Reviewed-by: Fan Zhang <roy.fan.zhang@intel.com>
Change-Id: I7c3449f7f4ce9a2e70ca21a00fd510691dab87d0

build/external/packages/ipsec-mb.mk

index bed25c3..270387d 100644 (file)
@@ -29,7 +29,7 @@ define  ipsec-mb_config_cmds
 endef
 
 define  ipsec-mb_build_cmds
-       @make -C $(ipsec-mb_src_dir) -j \
+       @make -C $(ipsec-mb_src_dir)/lib -j \
          SHARED=n \
          SAFE_PARAM=n \
          SAFE_LOOKUP=n \