summaryrefslogtreecommitdiffstats
path: root/env.bash
blob: d327318584ffdc360e154e9ba2347d39cc09c2f8 (plain)
1
2
3
4
5
6
7
export MCP_PATH=/opt/mcp/shared/openhal

if [ -e /esw/fakeroot/ ]; then
    export MCP_PATH=/esw/fakeroot
fi

export PATH=${PATH}:${MCP_PATH}/opt/mcp/bin:${MCP_PATH}/usr/bin:`pwd`/src/build/trace
OpenPOWER on IntegriCloud