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