commit | 04553f30f3fbe896fc04e18dcd34027125994634 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jul 12 00:18:36 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Jul 15 02:32:05 2021 +0000 |
tree | 3da8f7cfa2fa408227414721e66a2b23ea70557a | |
parent | 2fc7da23274c405bc26c72ffed6762985294dd27 [diff] |
test: removed unused makefile repository already completed meson migration. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I8f7da10671e2f92847b13325d76dafa4c51ddac9
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`.