xref: /openbmc/openpower-proc-control/README.md (revision 211f8a9a8ceac7e0d369c9b76c4ff542ccfb8ff0)
1Contains procedures that interact with the OpenPower nest chipset.
2
3## To Build
4
5```
6To build this package, do the following steps:
7
8    1. meson builddir
9    2. ninja -C builddir
10
11To build with phal feature:
12    1. meson builddir -Dphal=enabled -Dopenfsi=enabled
13    2. ninja -C builddir
14
15To clean the repository run `ninja -C builddir/ clean`.
16```
17