From 3535222f979742d65c28a312d415aa6831f816d6 Mon Sep 17 00:00:00 2001 From: Pierre Pfister Date: Fri, 27 May 2016 10:30:13 +0100 Subject: VPP-94: Add build-data directory for plugins and Makefile target Commit e36af5f3153 moved sample-plugin a dedicated directory. The build system could not find sources for sample-plugin-* targets. This commit adds a dedicated build-data/packages directory for plugins and moves sample-plugin.mk there. Change-Id: I9e3ee8858580e86ff6d4f7317300df0a5e239a01 Signed-off-by: Pierre Pfister --- build-root/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-root/bootstrap.sh') diff --git a/build-root/bootstrap.sh b/build-root/bootstrap.sh index f83734fd..2419b6ae 100755 --- a/build-root/bootstrap.sh +++ b/build-root/bootstrap.sh @@ -12,7 +12,7 @@ ADD_TO_PATH="$build_root/tools/ccache-bin:$build_root/tools/bin" # Construct build-config.mk cd $build_root -echo SOURCE_PATH = $wsroot > build-config.mk +echo SOURCE_PATH = $wsroot $wsroot/plugins/ > build-config.mk echo echo Saving PATH settings in `pwd`/path_setup echo Source this file later, as needed -- cgit 1.2.3-korg