| commit | 70607dbc9824dd1a921101d463c636aaffe23513 | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 13 14:41:37 2021 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 13 19:37:44 2021 -0500 |
| tree | 523de67162e7ebbb3392220a66aa39d1358c2184 | |
| parent | 29b5d446743b5452ae3eb6ffad3785a9f0c7c96e [diff] |
bootstrap: fix shellcheck warnings Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86ef079c9632e5563a1a56d6a2e23aad59ecbc57
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To build with phal feature:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi
3. make
To clean the repository run `./bootstrap.sh clean`.