commit | 4f45e8124df6dbac81120ca78d921d87a9b85e9e | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon Jun 14 12:26:18 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 16 15:33:34 2021 +0000 |
tree | db783846a85bff9bc5f1ded4ee5193af3d381cac | |
parent | 9b72678d2bd8c43f35e3f47ca0515d1f09ddb69f [diff] |
gitignore: ensure utest.cpp not ignored Couldn't see test/utest.cpp in my Atom IDE. It doesn't show things that match in the .gitignore file. Update the .gitignore to be specific on what to ignore with the unit tests. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ifbbabdadad9252ac1596194129a6f76a3d6a36ab
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`.