commit | 0d369c6311a574db312f4a55469d3eed75da1186 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Jun 10 11:31:01 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 16 15:33:34 2021 +0000 |
tree | 465c4da8bb0dd45998f46ea041e99846a0617c37 | |
parent | 4f45e8124df6dbac81120ca78d921d87a9b85e9e [diff] |
meson: remove old automake files Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I86db79e9e91508a8877cac1d6496e5b06adc17c2
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`.