summaryrefslogtreecommitdiffstats
path: root/op-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'op-build-env')
-rwxr-xr-xop-build-env4
1 files changed, 4 insertions, 0 deletions
diff --git a/op-build-env b/op-build-env
index 79299c85..9f2bfd24 100755
--- a/op-build-env
+++ b/op-build-env
@@ -1,6 +1,10 @@
#!/bin/bash
__PWD=`pwd`
+if [ -e ./customrc ]; then
+ source ./customrc
+fi
+
export BR2_EXTERNAL=${__PWD}/openpower
export BR2_DL_DIR=${__PWD}/dl
OpenPOWER on IntegriCloud