blob: 79299c8507d0e1b241e9eea01004b9d78bebf2c1 [file] [log] [blame]
Patrick Williamse94080b2014-06-17 20:09:31 -05001#!/bin/bash
2__PWD=`pwd`
3
4export BR2_EXTERNAL=${__PWD}/openpower
5export BR2_DL_DIR=${__PWD}/dl
6
7alias op-build="make --directory=${__PWD}/buildroot O=${__PWD}/output "