1*29ddffdcSMatt SpinlerContains procedures that interact with the OpenPower nest chipset. 2*29ddffdcSMatt Spinler 3*29ddffdcSMatt Spinler## To Build 4*29ddffdcSMatt Spinler``` 5*29ddffdcSMatt SpinlerTo build this package, do the following steps: 6*29ddffdcSMatt Spinler 7*29ddffdcSMatt Spinler 1. ./bootstrap.sh 8*29ddffdcSMatt Spinler 2. ./configure ${CONFIGURE_FLAGS} 9*29ddffdcSMatt Spinler 3. make 10*29ddffdcSMatt Spinler 11*29ddffdcSMatt SpinlerTo full clean the repository again run `./bootstrap.sh clean`. 12*29ddffdcSMatt Spinler``` 13