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