summaryrefslogtreecommitdiffstats
path: root/env.bash
diff options
context:
space:
mode:
Diffstat (limited to 'env.bash')
-rwxr-xr-xenv.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/env.bash b/env.bash
index fc5bbb52f..f75f251d5 100755
--- a/env.bash
+++ b/env.bash
@@ -45,6 +45,8 @@ export TOOLSDIR=$PROJECT_ROOT/src/build/tools
export HOOKSDIR=$PROJECT_ROOT/.git/hooks
# Copyright license file for project
export LICENSE=$PROJECT_ROOT/LICENSE_PROLOG
+export IMPORT_REL_PATH=src/import
+export IMPORT_DIR=$PROJECT_ROOT/$IMPORT_REL_PATH
# Update PATH
export PATH=${PATH}:$PWD/src/build/trace
OpenPOWER on IntegriCloud