commit | 919e408aaad453f94e1ff3d35440b8fc8a2f3e13 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 27 18:55:19 2020 -0400 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Oct 30 02:40:12 2020 +0000 |
tree | cc914df5a133bbc0311209bc815d99ea5565a3fb | |
parent | 63508a73e0eb47760ca2520517b16f6a9d177db2 [diff] |
build: add support for meson Change-Id: I5a76281cc6060afffc1d77e52f03acb34669856c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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`.