xref: /openbmc/openpower-proc-control/README.md (revision 56d14d049bcb1966fac953d1bf07a9e5bedf5ebc)
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 build with phal feature:
12    1. ./bootstrap.sh
13    2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi
14    3. make
15
16To clean the repository run `./bootstrap.sh clean`.
17```
18