From 23d4e8a6b5a3824ef5390061cf3dd7001ca760e8 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 26 Mar 2018 14:09:38 +0200 Subject: Build libmemif as part of verify job Change-Id: I7e808b5bcbb74343a4ed6782f115ed07e9bfe3a6 Signed-off-by: Damjan Marion Signed-off-by: Jakub Grajciar --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ea903c3d8f..7007ac8a598 100644 --- a/Makefile +++ b/Makefile @@ -513,6 +513,8 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) endif $(call banner,"Building sample-plugin") @make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install + $(call banner,"Building libmemif") + @make -C build-root PLATFORM=vpp TAG=vpp libmemif-install $(call banner,"Building $(PKG) packages") @make pkg-$(PKG) ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) -- cgit 1.2.3-korg