commit | aefde6902507add3891557f2b9de5d407cfadb1e | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Mar 27 07:56:47 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Mar 27 07:56:47 2020 -0500 |
tree | ef57b68d65483b8a647ad300c7b0eba9e88cf59a | |
parent | abce19d274ec7c61a689d90167c2f7a6e97ecbfb [diff] |
Fix phal compilation error Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9f1c44cabd3e1095058729ab0c6bd19090e3db28
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.