aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-05-31 15:23:59 +0000
committerPeter Mikus <pmikus@cisco.com>2017-05-31 15:45:25 +0000
commitad625f55db7f63eaae9835452727445649836414 (patch)
treeee945dda3376d24b95650693b39ee99dc182d73a /Makefile
parentc2ebcbb89bea719418fc3f896ae3de4302acaf6d (diff)
Revert "dpdk: build sw cryptodev support with make verify"
This reverts commit 0e2e10b77d63196bfb93ae5be1251bbc1a1b561a. Change-Id: I3c1737f391b6ed127f92416f06449216e79859bb Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f78549f4..946a8583 100644
--- a/Makefile
+++ b/Makefile
@@ -427,24 +427,22 @@ define banner
@echo " "
endef
-verify: install-dep $(BR)/.bootstrap.ok
- make -C dpdk install-$(PKG) DPDK_CRYPTO_SW_PMD=y
+verify: install-dep $(BR)/.bootstrap.ok dpdk-install-dev
$(call banner,"Building for PLATFORM=vpp using gcc")
- @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages \
- vpp_uses_dpdk_cryptodev_sw=yes
+ @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages
ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04)
$(call banner,"Installing dependencies")
@sudo -E apt-get update
@sudo -E apt-get $(CONFIRM) $(FORCE) install clang
$(call banner,"Building for PLATFORM=vpp using clang")
- @make -C build-root CC=clang PLATFORM=vpp TAG=vpp_clang \
- wipe-all install-packages vpp_uses_dpdk_cryptodev_sw=yes
+ @make -C build-root CC=clang PLATFORM=vpp TAG=vpp_clang wipe-all install-packages
endif
$(call banner,"Building sample-plugin")
@make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install
$(call banner,"Building $(PKG) packages")
- @make pkg-$(PKG) vpp_uses_dpdk_cryptodev_sw=yes
+ @make pkg-$(PKG)
ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04)
@make test
endif
+