blob: 9cd5cb5c2e964531fb64ffdf7ac70cc149337605 [file] [log] [blame]
#!/bin/bash
__PWD=`pwd`
if [ -e ./customrc ]; then
source ./customrc
fi
export BR2_EXTERNAL=${__PWD}/openpower
export BR2_DL_DIR=${__PWD}/dl
op-build () {
make --directory=${__PWD}/buildroot O=${__PWD}/output $@
}