commit | 7bea73b399a93de69d2b6436a9428d3587a406f0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 06:03:13 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 02 06:03:14 2021 -0500 |
tree | d8238d71f66f629c4b98a8c6aafd020e68b20151 | |
parent | 07e9a6a1ccfc415d24f887feb13bf9af17c7312a [diff] |
cleanup sdbus CAMELCASE define The transition from old camelcase to new camelcase is long completed, so clean up the old camelcase defines. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia6443310a0295c55057ab4ce25b39ff89b7b4ecb
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`.