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