blob: 9f2bfd24a0c0339559ac4238311d39ab4fa2d8f7 [file] [log] [blame]
Patrick Williamse94080b2014-06-17 20:09:31 -05001#!/bin/bash
2__PWD=`pwd`
3
Stephen Cpreke7254c72015-02-19 14:33:38 -06004if [ -e ./customrc ]; then
5 source ./customrc
6fi
7
Patrick Williamse94080b2014-06-17 20:09:31 -05008export BR2_EXTERNAL=${__PWD}/openpower
9export BR2_DL_DIR=${__PWD}/dl
10
11alias op-build="make --directory=${__PWD}/buildroot O=${__PWD}/output "