commit | ce08fb921dd5f62d275d9a71f1e344be39815337 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sun Nov 08 09:50:48 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Nov 11 16:42:46 2020 +0000 |
tree | ed79e37023336e9ccf23042bccb065c6e90c66e0 | |
parent | 5d482d9bfd8734f1824480d176e41ec01f7c5070 [diff] |
meson: install executables This was missed in the initial meson port. Change-Id: I71a27cfe16bfff38c74bb82169e57f6e729bc827 Fixes: 919e408aaad453f94e1ff3d35440b8fc8a2f3e13 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`.