X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=f9a90d49084d13ae9d5ee59325c35568998f584f;hb=686c1c8454803e48d45428a720f129f24dc981f7;hp=44ae20e405d2657f7d642286f729a1a92fcc1ac9;hpb=f1ff5ff1049fd2750823273a3a92779e5fd6e1a5;p=vpp.git 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