xref: /openbmc/openpower-proc-control/README.md (revision e84b4ddb671d97cb4725ee2de18979c69e42b971)
1Contains procedures that interact with the OpenPower nest chipset.
2
3## To Build
4```
5To build this package, do the following steps:
6
7    1. ./bootstrap.sh
8    2. ./configure ${CONFIGURE_FLAGS}
9    3. make
10
11To clean the repository run `./bootstrap.sh clean`.
12```
13