commit | 854d05ab9d42720b420154d09508778d8504ca20 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 14 10:18:33 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 14 10:18:35 2021 -0500 |
tree | 0fa4f5549243a5a5932990cd7279a9cc72d5ef7d | |
parent | 70607dbc9824dd1a921101d463c636aaffe23513 [diff] |
enable shellcheck Fix shellcheck issues in gen_makefile and enable. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I24e6290c21cd6afd02385609d96e93522fd53380
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`.