From 686c1c8454803e48d45428a720f129f24dc981f7 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 19 Apr 2017 14:09:07 +0200 Subject: Extend ebuild to specify "configure" subdir, enable verify for sample-plugin Change-Id: I2056e5d19bc3713e7a13e015dabf3b2431800973 Signed-off-by: Damjan Marion --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44ae20e405d..f9a90d49084 100644 --- a/Makefile +++ b/Makefile @@ -423,6 +423,8 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) $(call banner,"Building for PLATFORM=vpp using clang") @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) @make test -- cgit 1.2.3-korg