Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
premsjha
/
op-build
/
c0a38d7bdc03650a89a61f0d5ac1d44daf92a2ea
/
.
/
op-build-env
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 $@
}