blob: 9f2bfd24a0c0339559ac4238311d39ab4fa2d8f7 [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
alias op-build="make --directory=${__PWD}/buildroot O=${__PWD}/output "